summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
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.