From 02d2bde7169e3b2bdc64df835956d35977619fd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:11:16 +0000 Subject: [PATCH] Update Rust crate nix to 0.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a74f0ddd9..32f30956c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ itertools = "0.14.0" libc = "0.2" mime_guess = "2.0.5" nbd = "0.3.1" -nix = { version = "0.29", features = [ "feature", "uio" ] } +nix = { version = "0.30", features = [ "feature", "uio" ] } num_enum = "0.7" num-derive = "0.4" num-traits = "0.2"