From a4221faa4d88a2eeb1bf99862af4d38d20ae55c1 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Fri, 2 Dec 2022 20:46:06 -0600 Subject: [PATCH] Upgrade nix dependency to 0.25.1, limit features --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 470b3a0..f79ff92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,9 @@ features = ["io-util", "macros", "process", "rt"] optional = true [target.'cfg(unix)'.dependencies.nix] -version = "0.22.0" +version = "0.25.1" +default-features = false +features = ["poll", "signal"] [target.'cfg(windows)'.dependencies.winapi] version = "0.3.9"