1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-25 08:39:09 -05:00

upgrade: rustyline 7.1.0 (#8829)

This commit is contained in:
Bartek Iwańczuk 2020-12-19 16:20:36 +01:00 committed by GitHub
parent b9165e9482
commit 4ab1aa8877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -2246,9 +2246,9 @@ dependencies = [
[[package]] [[package]]
name = "rustyline" name = "rustyline"
version = "7.0.0" version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5f54deba50e65ee4cf786dbc37e8b3c63bdccccbcf9d3a8a9fd0c1bb7e1984" checksum = "8227301bfc717136f0ecbd3d064ba8199e44497a0bdd46bb01ede4387cfd2cec"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cfg-if 1.0.0", "cfg-if 1.0.0",

View file

@ -58,7 +58,7 @@ notify = "5.0.0-pre.3"
percent-encoding = "2.1.0" percent-encoding = "2.1.0"
regex = "1.3.9" regex = "1.3.9"
ring = "0.16.19" ring = "0.16.19"
rustyline = { version = "7.0.0", default-features = false } rustyline = { version = "7.1.0", default-features = false }
rustyline-derive = "0.4.0" rustyline-derive = "0.4.0"
semver-parser = "0.9.0" semver-parser = "0.9.0"
serde = { version = "1.0.116", features = ["derive"] } serde = { version = "1.0.116", features = ["derive"] }

View file

@ -47,7 +47,7 @@ notify = "5.0.0-pre.3"
percent-encoding = "2.1.0" percent-encoding = "2.1.0"
regex = "1.3.9" regex = "1.3.9"
ring = "0.16.19" ring = "0.16.19"
rustyline = { version = "7.0.0", default-features = false } rustyline = { version = "7.1.0", default-features = false }
rustyline-derive = "0.4.0" rustyline-derive = "0.4.0"
serde = { version = "1.0.116", features = ["derive"] } serde = { version = "1.0.116", features = ["derive"] }
shell-escape = "0.1.5" shell-escape = "0.1.5"