Skip to content

Commit

Permalink
chore: update rustyline to 7.0.0 (denoland#8516)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb committed Nov 28, 2020
1 parent 57f1635 commit 5588085
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
26 changes: 19 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 5588085

Please sign in to comment.