From 47b1aac011daf43f62f91df845dab29886038672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:24:57 +0000 Subject: [PATCH] chore(deps): 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bda7a0d..ac7a772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,9 +1370,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.30.1" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" dependencies = [ "bitflags", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 4c8837e..a860f5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ toml = "1.1" # dance does. Non-Linux builds compile the module's `Subscriber::new` to # a stub that returns `NetlinkError::Unsupported`. [target.'cfg(target_os = "linux")'.dependencies] -nix = { version = "0.30", default-features = false, features = ["socket", "net", "uio"] } +nix = { version = "0.31", default-features = false, features = ["socket", "net", "uio"] } [[bin]] name = "5spot-reclaim-agent"