summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-02-17 19:31:26 +0530
committerGitHub <noreply@github.com>2022-02-17 19:31:26 +0530
commit6a5a3f66b3f34b8b5385f2471c34b31599690933 (patch)
treee5730047778cafcabf837278662c101454651bb0 /cli
parent551ace40cc513403a6a0cfd21304a2f9a1db7ece (diff)
chore: bump nix to 0.23 (#13701)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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.