From 4d9853c719570722dcb1c893359cfcdbf89e6a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:26:10 +0000 Subject: [PATCH] Bump nix from 0.30.1 to 0.31.2 Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.2. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.30.1...v0.31.2) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"