From 57d3501a2e72c080b3418c592515c02f6e97ccd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:03:06 +0000 Subject: [PATCH] build(deps): bump nix from 0.30.1 to 0.31.0 Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.30.1...v0.31.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.0 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 4846445bd..92b2c3093 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,9 +1328,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.30.1" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +checksum = "db9f2b173ed7678e98df5c31c60c3d49595cb37e9b58c71e85ec03e88a278fae" dependencies = [ "bitflags 2.9.0", "cfg-if", @@ -1577,7 +1577,7 @@ dependencies = [ "libproc", "mach2", "minus", - "nix 0.30.1", + "nix 0.31.0", "once_cell", "pager", "procfs", diff --git a/Cargo.toml b/Cargo.toml index 067d409ee..92fa7193c 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.30.1", features = ["process"]} +nix = {version = "0.31.0", features = ["process"]} errno = "0.3" pager = "0.16" uzers = "0.12"