From 407924512e06ac26fe969bcf463dc5a8f54e7043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:26:55 +0000 Subject: [PATCH] chore: bump nix from 0.30.1 to 0.31.1 Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.30.1...v0.31.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- libshpool/Cargo.toml | 2 +- shpool/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cf19bf0..92bdc368 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -499,9 +499,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.172" +version = "0.2.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libloading" @@ -624,9 +624,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.30.1" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +checksum = "225e7cfe711e0ba79a68baeddb2982723e4235247aefce1482f2f16c27865b66" dependencies = [ "bitflags 2.4.2", "cfg-if", diff --git a/libshpool/Cargo.toml b/libshpool/Cargo.toml index 265c8395..1ead106c 100644 --- a/libshpool/Cargo.toml +++ b/libshpool/Cargo.toml @@ -47,7 +47,7 @@ shpool-protocol = { version = "0.3.2", path = "../shpool-protocol" } # client-se # rusty wrapper for unix apis [dependencies.nix] -version = "0.30" +version = "0.31" features = ["poll", "ioctl", "socket", "user", "process", "signal", "term", "fs"] [dependencies.tracing-subscriber] diff --git a/shpool/Cargo.toml b/shpool/Cargo.toml index 834898e6..f186877e 100644 --- a/shpool/Cargo.toml +++ b/shpool/Cargo.toml @@ -30,5 +30,5 @@ ntest = "0.9" # test timeouts # rusty wrapper for unix apis [dependencies.nix] -version = "0.30" +version = "0.31" features = ["poll", "ioctl", "process", "signal", "fs"]