From 9ce9683ed0e81fc974de1fd3317eee12a9a09c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:22:26 +0000 Subject: [PATCH] Bump nix from 0.31.2 to 0.31.3 in the unix group across 1 directory Bumps the unix group with 1 update in the / directory: [nix](https://github.com/nix-rust/nix). Updates `nix` from 0.31.2 to 0.31.3 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.31.2...v0.31.3) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: unix ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa3c6d912dc..d22b6ee1b37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2224,9 +2224,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.31.2" +version = "0.31.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" +checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" dependencies = [ "bitflags 2.11.1", "cfg-if", @@ -3351,7 +3351,7 @@ dependencies = [ "libffi", "libloading 0.9.0", "memmap2", - "nix 0.31.2", + "nix 0.31.3", "num-traits", "num_cpus", "parking_lot", @@ -3687,7 +3687,7 @@ dependencies = [ "libc", "log", "memchr", - "nix 0.31.2", + "nix 0.31.3", "radix_trie", "unicode-segmentation", "unicode-width",