Skip to content

Commit

Permalink
Use latest rust-netlink crates for dev dependency also
Browse files Browse the repository at this point in the history
Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Jan 29, 2023
1 parent 504b1b2 commit 51289a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ netlink-packet-utils = { version = "0.5.2" }

[dev-dependencies]
lazy_static = "1.4.0"
netlink-proto = { version = "0.10.0" }
netlink-sys = { version = "0.8.3" }
netlink-proto = { version = "0.11.1" }
netlink-sys = { version = "0.8.4" }

0 comments on commit 51289a7

Please sign in to comment.