mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: update nix to 0.26 (#5385)
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ signal-hook-registry = { version = "1.1.1", optional = true }
|
|||||||
|
|
||||||
[target.'cfg(unix)'.dev-dependencies]
|
[target.'cfg(unix)'.dev-dependencies]
|
||||||
libc = { version = "0.2.42" }
|
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]
|
[target.'cfg(windows)'.dependencies.windows-sys]
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user