Skip to content

Commit 5a6dd9f

Browse files
committed
Use latest rust-netlink crates
* netlink-packet-core 0.5.0 -> 0.7.0 * netlink-proto 0.11.1 -> 0.11.2 * netlink-packet-generic 0.3.2 -> 0.3.3 * genetlink 0.2.4 -> 0.2.5 Signed-off-by: Gris Ge <[email protected]>
1 parent 30d2f1f commit 5a6dd9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ futures = "0.3.17"
2828
log = "0.4.14"
2929
thiserror = "1.0.29"
3030
tokio = { version = "1.0.1", features = ["rt"], optional = true }
31-
genetlink = { default-features = false, version = "0.2.4" }
32-
netlink-packet-core = { version = "0.5.0" }
33-
netlink-packet-generic = { version = "0.3.2" }
31+
genetlink = { default-features = false, version = "0.2.5" }
32+
netlink-packet-core = { version = "0.7.0" }
33+
netlink-packet-generic = { version = "0.3.3" }
3434
netlink-packet-utils = { version = "0.5.2" }
35-
netlink-proto = { default-features = false, version = "0.11.1" }
35+
netlink-proto = { default-features = false, version = "0.11.2" }
3636
netlink-sys = { version = "0.8.4" }
3737

3838
[dev-dependencies]

0 commit comments

Comments
 (0)