Skip to content

Commit

Permalink
Merge pull request #13 from 21kyu/dependabot/cargo/derive_builder-0.20.0
Browse files Browse the repository at this point in the history
chore(deps): update derive_builder requirement from 0.13.0 to 0.20.0
  • Loading branch information
wqld authored Feb 17, 2024
2 parents 78b758e + c8c53a1 commit b3fc219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ipnet = { version = "2.7.0", features = ["serde"] }
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
nix = { version = "0.27.1", features = ["sched", "user"] }
derive_builder = "0.13.0"
derive_builder = "0.20.0"
sysctl = "0.5"

0 comments on commit b3fc219

Please sign in to comment.