Skip to content

Commit 615b168

Browse files
committed
Use latest rust-netlink crates
Signed-off-by: Gris Ge <fge@redhat.com>
1 parent b753d74 commit 615b168

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ byteorder = "1.4.3"
2626
futures = "0.3.17"
2727
log = "0.4.14"
2828
genetlink = { default-features = false, version = "0.2.4"}
29-
netlink-packet-core = { version = "0.5.0"}
30-
netlink-packet-generic = { version = "0.3.2" }
29+
netlink-packet-core = { version = "0.7.0"}
30+
netlink-packet-generic = { version = "0.3.3" }
3131
netlink-packet-utils = { version = "0.5.2" }
32-
netlink-proto = { default-features = false, version = "0.11.1" }
32+
netlink-proto = { default-features = false, version = "0.11.2" }
3333
netlink-sys = { version = "0.8.4" }
3434
thiserror = "1.0.29"
3535
tokio = { version = "1.0.1", features = ["rt"], optional = true}

0 commit comments

Comments
 (0)