We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71afac4 commit c923f62Copy full SHA for c923f62
1 file changed
Cargo.toml
@@ -26,7 +26,7 @@ tokio = { version = "1.48.0", features = ["rt"] }
26
27
[target.'cfg(target_os = "linux")'.dependencies]
28
nix = { version = "0.31.2", features = ["fs", "mount", "process"] }
29
-rtnetlink = "0.20.0"
+rtnetlink = "0.21.0"
30
tempfile = "3.23.0"
31
32
[target.'cfg(target_os = "macos")'.dependencies]
0 commit comments