diff --git a/Cargo.lock b/Cargo.lock index d60132d..b37b440 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1032,7 +1032,7 @@ dependencies = [ "libsystemd", "log", "mockall", - "nix 0.30.1", + "nix 0.31.2", "num-bigint", "num-integer", "rand", @@ -1115,9 +1115,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.30.1" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" dependencies = [ "bitflags", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 6f05c4c..5aaeffb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ tokio = { version = "1.49", features = ["full"] } libsystemd = { version = "0.7", optional = true } systemd-journal-logger = { version = "2.2", optional = true } serde = { version = "1.0", features = ["derive"] } -nix = { version = "0.30", features = ["fs"] } +nix = { version = "0.31", features = ["fs"] } log = { version = "0.4", features = ["std"] } env_logger = { version = "0.11", features = ["humantime"], default-features = false } async-trait = "0.1"