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) --- cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1523abc7a..8b39476e5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -82,8 +82,8 @@ pin-project = "=1.0.8" rand = { version = "=0.8.4", features = ["small_rng"] } regex = "=1.5.4" ring = "=0.16.20" -rustyline = { version = "=9.0.0", default-features = false } -rustyline-derive = "=0.5.0" +rustyline = { version = "=9.1.2", default-features = false } +rustyline-derive = "=0.6.0" semver-parser = "=0.10.2" serde = { version = "=1.0.133", features = ["derive"] } shell-escape = "=0.1.5" @@ -112,7 +112,7 @@ trust-dns-client = "=0.20.3" trust-dns-server = "=0.20.3" [target.'cfg(unix)'.dev-dependencies] -nix = "=0.22.1" +nix = "=0.23.0" [package.metadata.winres] # This section defines the metadata that appears in the deno.exe PE header. -- cgit v1.2.3