diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-02-17 19:31:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 19:31:26 +0530 |
commit | 6a5a3f66b3f34b8b5385f2471c34b31599690933 (patch) | |
tree | e5730047778cafcabf837278662c101454651bb0 /runtime | |
parent | 551ace40cc513403a6a0cfd21304a2f9a1db7ece (diff) |
chore: bump nix to 0.23 (#13701)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |