chore: upgrade nix to 0.24, limit features (#4631)

This reduces tokio's test compile time by a few seconds.
This commit is contained in:
Ryan Zoeller
2022-04-21 04:31:15 +00:00
committed by GitHub
parent 911a0efa87
commit 711d9d0156
+1 -1
View File
@@ -113,7 +113,7 @@ signal-hook-registry = { version = "1.1.1", optional = true }
[target.'cfg(unix)'.dev-dependencies]
libc = { version = "0.2.42" }
nix = { version = "0.23" }
nix = { version = "0.24", default-features = false, features = ["fs", "socket"] }
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.8"