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
3 changed files with 5 additions and 4 deletions

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"