From f3f8e4f17fba222a3fe729a05c70e1dd99584e01 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 21 Jan 2023 12:17:04 +0900 Subject: [PATCH] chore: update nix to 0.26 (#5385) --- tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index df87cb68e55..9fb0891d930 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -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"