We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b753d74 commit 615b168Copy full SHA for 615b168
Cargo.toml
@@ -26,10 +26,10 @@ byteorder = "1.4.3"
26
futures = "0.3.17"
27
log = "0.4.14"
28
genetlink = { default-features = false, version = "0.2.4"}
29
-netlink-packet-core = { version = "0.5.0"}
30
-netlink-packet-generic = { version = "0.3.2" }
+netlink-packet-core = { version = "0.7.0"}
+netlink-packet-generic = { version = "0.3.3" }
31
netlink-packet-utils = { version = "0.5.2" }
32
-netlink-proto = { default-features = false, version = "0.11.1" }
+netlink-proto = { default-features = false, version = "0.11.2" }
33
netlink-sys = { version = "0.8.4" }
34
thiserror = "1.0.29"
35
tokio = { version = "1.0.1", features = ["rt"], optional = true}
0 commit comments