updated to the latest rustyline (#3439)

This commit is contained in:
Darren Schroeder 2021-05-18 12:36:55 -05:00 committed by GitHub
parent 1b4f7b34c8
commit 0612e5ccfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View file

@ -5348,8 +5348,9 @@ checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
[[package]]
name = "rustyline"
version = "8.0.0"
source = "git+https://github.com/kkawakam/rustyline.git#795867591dc72c2be172af45aabd1c6ecd579225"
version = "8.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e628a0a8e3e278dc96badc1f54492e5c5201037c7df14935c8b9571e9d2923"
dependencies = [
"bitflags",
"cfg-if 1.0.0",

View file

@ -76,7 +76,7 @@ rayon = "1.5.0"
regex = "1.4.3"
roxmltree = "0.14.0"
rust-embed = "5.9.0"
rustyline = { git = "https://github.com/kkawakam/rustyline.git", optional = true }
rustyline = { version = "8.1.0", optional = true }
serde = { version = "1.0.123", features = ["derive"] }
serde_bytes = "0.11.5"
serde_ini = "0.2.0"

View file

@ -74,7 +74,7 @@ rayon = "1.5.0"
regex = "1.4.3"
roxmltree = "0.14.0"
rust-embed = "5.9.0"
rustyline = { git = "https://github.com/kkawakam/rustyline.git", optional = true }
rustyline = { version = "8.1.0", optional = true }
serde = { version = "1.0.123", features = ["derive"] }
serde_bytes = "0.11.5"
serde_ini = "0.2.0"