diff --git a/Cargo.toml b/Cargo.toml index 081e378c..70bbc87d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.60" [dependencies] comma = "1.0" -nix = { version = "0.27", features = ["fs", "process", "signal", "term"] } +nix = { version = "0.28", features = ["fs", "process", "signal", "term"] } regex = "1" tempfile = "3" thiserror = "1.0.34"