chore: update nix to 0.26 (#5385)

This commit is contained in:
Taiki Endo
2023-01-21 12:17:04 +09:00
committed by GitHub
parent 42bec96189
commit f3f8e4f17f
+1 -1
View File
@@ -122,7 +122,7 @@ signal-hook-registry = { version = "1.1.1", optional = true }
[target.'cfg(unix)'.dev-dependencies]
libc = { version = "0.2.42" }
nix = { version = "0.24", default-features = false, features = ["fs", "socket"] }
nix = { version = "0.26", default-features = false, features = ["fs", "socket"] }
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.42.0"