diff --git a/Cargo.toml b/Cargo.toml index dcb3cf8..eb0db20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.145" tokio = { version = "1.48.0", features = ["rt"] } [target.'cfg(target_os = "linux")'.dependencies] -nix = { version = "0.30.1", features = ["fs", "mount", "process"] } +nix = { version = "0.31.1", features = ["fs", "mount", "process"] } rtnetlink = "0.20.0" tempfile = "3.23.0"