mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
chore: update nix to 0.23 (#4255)
This commit is contained in:
@@ -4,4 +4,7 @@
|
|||||||
ignore = [
|
ignore = [
|
||||||
# https://github.com/tokio-rs/tokio/issues/4177
|
# https://github.com/tokio-rs/tokio/issues/4177
|
||||||
"RUSTSEC-2020-0159",
|
"RUSTSEC-2020-0159",
|
||||||
|
# We depend on nix 0.22 only via mio-aio, a dev-dependency.
|
||||||
|
# https://github.com/tokio-rs/tokio/pull/4255#issuecomment-974786349
|
||||||
|
"RUSTSEC-2021-0119",
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -110,7 +110,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.22.0" }
|
nix = { version = "0.23" }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies.winapi]
|
[target.'cfg(windows)'.dependencies.winapi]
|
||||||
version = "0.3.8"
|
version = "0.3.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user