diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3c033c57..03b10a41 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1729,9 +1729,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.29.0" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" +checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" dependencies = [ "bitflags 2.11.1", "cfg-if", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5890891b..658248f9 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -87,7 +87,7 @@ dialoguer = "0.11" once_cell = "1.21" notify = { version = "8.2", features = ["crossbeam-channel"] } futures-util = "0.3.32" -nix = { version = "0.29", features = ["user"] } +nix = { version = "0.31", features = ["user"] } log = "0.4.29" shellexpand = "3.1.2" git2 = "0.19.0"