summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-12-19 16:20:36 +0100
committerGitHub <noreply@github.com>2020-12-19 16:20:36 +0100
commit4ab1aa8877a70ef99ca4091fc65def0aefc9c360 (patch)
tree6c1d66c4e1787d033e40e233c8fd21addb428e6c
parentb9165e9482465293aad99aff66bee6b64f739eb6 (diff)
upgrade: rustyline 7.1.0 (#8829)
-rw-r--r--Cargo.lock4
-rw-r--r--cli/Cargo.toml2
-rw-r--r--runtime/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4f12da908..ada9a504b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2246,9 +2246,9 @@ dependencies = [
[[package]]
name = "rustyline"
-version = "7.0.0"
+version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a5f54deba50e65ee4cf786dbc37e8b3c63bdccccbcf9d3a8a9fd0c1bb7e1984"
+checksum = "8227301bfc717136f0ecbd3d064ba8199e44497a0bdd46bb01ede4387cfd2cec"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index b0dc9e509..449353c2e 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -58,7 +58,7 @@ notify = "5.0.0-pre.3"
percent-encoding = "2.1.0"
regex = "1.3.9"
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"
semver-parser = "0.9.0"
serde = { version = "1.0.116", features = ["derive"] }
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index b7bfc494e..1e5c9511f 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -47,7 +47,7 @@ notify = "5.0.0-pre.3"
percent-encoding = "2.1.0"
regex = "1.3.9"
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"
serde = { version = "1.0.116", features = ["derive"] }
shell-escape = "0.1.5"