Bump rustyline (#1146)

* Slightly improve new which command

* Bump rustyline
This commit is contained in:
Jonathan Turner 2020-01-02 06:54:25 +13:00 committed by GitHub
parent 78016446dc
commit 25298d35e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -3197,8 +3197,9 @@ dependencies = [
[[package]]
name = "rustyline"
version = "5.0.5"
source = "git+https://github.com/kkawakam/rustyline.git#55dcab54fbab0ba0610799291276785e5b31199c"
version = "5.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23cb19702a8d6afb6edb3c842386e680d4883760e0df74e6848e23c2a87a635"
dependencies = [
"cfg-if",
"dirs 2.0.2",

View File

@ -62,7 +62,7 @@ nu-macros = { version = "0.7.0", path = "./crates/nu-macros" }
query_interface = "0.3.5"
typetag = "0.1.4"
rustyline = { git = "https://github.com/kkawakam/rustyline.git" }
rustyline = "5.0.6"
chrono = { version = "0.4.10", features = ["serde"] }
derive-new = "0.5.8"
prettytable-rs = "0.8.0"