From 2eb90c630fd2913dc5c8464b2d334f8a333dbf8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:30:22 +0000 Subject: [PATCH] Bump nix from 0.31.2 to 0.31.3 Bumps [nix](https://github.com/nix-rust/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 ... 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 9fbc9cb..2ed2f30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,9 +125,9 @@ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[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.4.1", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 99658a4..1aecec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ ring = "0.17.14" data-encoding = "2.11.0" lazy_static = "1.5.0" rpassword = "7.3.1" -nix = { version="0.31.2", features=["mman"] } +nix = { version="0.31.3", features=["mman"] } libc = "0.2.186" thiserror = "2.0.18" anyhow = "1.0.102"