From 6a5a3f66b3f34b8b5385f2471c34b31599690933 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 17 Feb 2022 19:31:26 +0530 Subject: chore: bump nix to 0.23 (#13701) --- runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index b3dfea38a..7725ee981 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -88,7 +88,7 @@ fwdansi = "1.1.0" winapi = { version = "0.3.9", features = ["commapi", "knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] } [target.'cfg(unix)'.dependencies] -nix = "0.22.1" +nix = "=0.23.0" [dev-dependencies] # Used in benchmark -- cgit v1.2.3