diff --git a/Cargo.toml b/Cargo.toml index 56728d86..8a85e039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.60" [dependencies] comma = "1.0" -nix = "0.25" +nix = "0.26" regex = "1" tempfile = "3" thiserror = "1.0.34"