From 8ff36b88d1b9831bec893beac5b2d4f0d170c6bc Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Fri, 2 Jun 2023 16:37:49 -0400 Subject: [PATCH] Bump to nix 0.27 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }