From 1e1b18513183a0a9282b59d21bcbc26fdc3b29fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:42:55 +0000 Subject: [PATCH] Update Rust crate nix to 0.31 --- Cargo.lock | 18 +++--------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c41f4f9d..7f87ff195 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -760,7 +760,7 @@ version = "4.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5def4343d62f01f67ff1a49147e4a15112e936c6a6a3f8ff7a29394e76468244" dependencies = [ - "nix 0.31.2", + "nix", "terminfo", "thiserror 2.0.18", "which 8.0.0", @@ -1246,7 +1246,7 @@ dependencies = [ "atty", "crucible-workspace-hack", "dropshot", - "nix 0.30.1", + "nix", "proptest", "rustls-pemfile 1.0.4", "schemars 0.8.22", @@ -1310,7 +1310,7 @@ dependencies = [ "itertools 0.14.0", "libc", "mime_guess", - "nix 0.30.1", + "nix", "omicron-common", "opentelemetry 0.31.0", "opentelemetry-jaeger", @@ -4474,18 +4474,6 @@ dependencies = [ "uuid", ] -[[package]] -name = "nix" -version = "0.30.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" -dependencies = [ - "bitflags 2.11.0", - "cfg-if", - "cfg_aliases 0.2.1", - "libc", -] - [[package]] name = "nix" version = "0.31.2" diff --git a/Cargo.toml b/Cargo.toml index 9d67d2e0d..128a9eb4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ itertools = "0.14.0" libc = "0.2" mime_guess = "2.0.5" nbd = "0.3.1" -nix = { version = "0.30", features = [ "feature", "uio" ] } +nix = { version = "0.31", features = [ "feature", "uio" ] } num_enum = "0.7" num-derive = "0.4" num-traits = "0.2"