diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 5cd0e7d2a..a29c60310 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.30.1", features = ["process"] } +nix = { version = "0.31.1", features = ["process"] } fs2 = "0.4.3" tempfile = "3.16.0"