From b10cd4655c8db177d50a71b555709295077420c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:07:18 +0000 Subject: [PATCH] chore(deps): Bump nix from 0.30.1 to 0.31.3 Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.3. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.30.1...v0.31.3) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06fbd74..49bd175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,9 +304,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.30.1" +version = "0.31.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" dependencies = [ "bitflags", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index ae1c8ab..1f16c24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde_yaml_ng = "0.10" clap = { version = "4", features = ["derive"] } proptest = "1" sha2 = "0.10" -nix = { version = "0.30", features = ["fs", "process", "resource", "signal"] } +nix = { version = "0.31", features = ["fs", "process", "resource", "signal"] } [profile.release] strip = true