diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index d7ec24e0a..b1629f2a2 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -28,7 +28,7 @@ tokio-tar = "0.3.1" tokio-util = { version = "0.7.13", features = ["compat"] } futures = "0.3.31" lazy_static = "1.5.0" -nix = { version = "0.29.0", features = ["process"] } +nix = { version = "0.30.1", features = ["process"] } fs2 = "0.4.3" tempfile = "3.16.0"