From c5898497ae6e4ac4de10df25fb88a996d13abafe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:47:54 +0000 Subject: [PATCH] build(deps): bump nix from 0.31.1 to 0.31.2 Bumps [nix](https://github.com/nix-rust/nix) from 0.31.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.31.1...v0.31.2) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e34a05aa3..b7843e251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1099,9 +1099,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.180" +version = "0.2.182" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libloading" @@ -1294,9 +1294,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.31.1" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225e7cfe711e0ba79a68baeddb2982723e4235247aefce1482f2f16c27865b66" +checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" dependencies = [ "bitflags 2.11.0", "cfg-if", @@ -1558,7 +1558,7 @@ dependencies = [ "libproc", "mach2", "minus", - "nix 0.31.1", + "nix 0.31.2", "once_cell", "pager", "procfs", diff --git a/Cargo.toml b/Cargo.toml index 205080e4f..557cd41ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ which = "8" [target.'cfg(target_os = "macos")'.dependencies] libproc = "0.14" -nix = {version = "0.31.1", features = ["process"]} +nix = {version = "0.31.2", features = ["process"]} errno = "0.3" pager = "0.16" uzers = "0.12"