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"