From 2d54aa602e2790f73259d3dbb6049137c476e106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:26:04 +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 | 18 +++++++++++++++--- bazelfe-bazel-wrapper/Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 629104628..86de8178e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,7 +623,7 @@ dependencies = [ "log", "mio 1.0.4", "muncher", - "nix 0.30.1", + "nix 0.31.2", "notify", "once_cell", "openssl", @@ -1956,9 +1956,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.178" +version = "0.2.182" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "linux-raw-sys" @@ -2151,6 +2151,18 @@ dependencies = [ "libc", ] +[[package]] +name = "nix" +version = "0.31.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" +dependencies = [ + "bitflags 2.9.0", + "cfg-if", + "cfg_aliases", + "libc", +] + [[package]] name = "nom" version = "7.1.3" diff --git a/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index b21a5ddaf..724112d1d 100644 --- a/bazelfe-bazel-wrapper/Cargo.toml +++ b/bazelfe-bazel-wrapper/Cargo.toml @@ -32,7 +32,7 @@ notify = { version = "8.2.0", optional = true } tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true } tokio-util = { version = "0.7.17", features = ["compat"] } sha2 = "0.10.9" -nix = { version = "0.30.1", features = ["signal"] } +nix = { version = "0.31.2", features = ["signal"] } flume = { version = "0.11.1", optional = true } trim-margin = { version = "0.1.0", optional = true } dashmap = { version = "6.1.0", optional = true }