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 51cfceb commit 987efd7Copy full SHA for 987efd7
Cargo.toml
@@ -23,7 +23,7 @@ log = "0.4.8"
23
thiserror = "1"
24
netlink-sys = { version = "0.8" }
25
netlink-packet-utils = { version = "0.5" }
26
-netlink-packet-route = { version = "0.21" }
+netlink-packet-route = { version = "0.22" }
27
netlink-packet-core = { version = "0.7" }
28
netlink-proto = { default-features = false, version = "0.11" }
29
nix = { version = "0.29.0", default-features = false, features = ["fs", "mount", "sched", "signal"] }
0 commit comments