diff --git a/Cargo.toml b/Cargo.toml index a8c3240..bfa6e50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" rust-version = "1.63.0" [target.'cfg(unix)'.dependencies] -nix = { version = "0.26", default-features = false, features = ["fs", "signal"]} +nix = { version = "0.27", default-features = false, features = ["fs", "signal"]} [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.48", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_Console"] }