summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2020-11-28 22:03:40 +0800
committerGitHub <noreply@github.com>2020-11-28 15:03:40 +0100
commit5588085c727271a362904362184a148bd1648712 (patch)
tree545d82f38c716249289df44b8a3f88e2fac6bf7e /cli
parent57f163510aafd5c045dda0fa5e505d0cc7042a5a (diff)
chore: update rustyline to 7.0.0 (#8516)
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 732adebeb..6ea8a5bd6 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -59,8 +59,8 @@ env_logger = "0.7.1"
notify = "5.0.0-pre.3"
regex = "1.3.9"
ring = "0.16.15"
-rustyline = { version = "6.3.0", default-features = false }
-rustyline-derive = "0.3.1"
+rustyline = { version = "7.0.0", default-features = false }
+rustyline-derive = "0.4.0"
serde = { version = "1.0.116", features = ["derive"] }
shell-escape = "0.1.5"
sys-info = "0.7.0"
@@ -86,7 +86,7 @@ winapi = { version = "0.3.9", features = ["knownfolders", "mswsock", "objbase",
fwdansi = "1.1.0"
[target.'cfg(unix)'.dependencies]
-nix = "0.18.0"
+nix = "0.19.0"
[dev-dependencies]
# Used in benchmark