mirror of
https://github.com/nushell/nushell.git
synced 2025-04-21 19:58:21 +02:00
Bump rustyline (#1146)
* Slightly improve new which command * Bump rustyline
This commit is contained in:
parent
78016446dc
commit
25298d35e4
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -3197,8 +3197,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustyline"
|
name = "rustyline"
|
||||||
version = "5.0.5"
|
version = "5.0.6"
|
||||||
source = "git+https://github.com/kkawakam/rustyline.git#55dcab54fbab0ba0610799291276785e5b31199c"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "a23cb19702a8d6afb6edb3c842386e680d4883760e0df74e6848e23c2a87a635"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"dirs 2.0.2",
|
"dirs 2.0.2",
|
||||||
|
@ -62,7 +62,7 @@ nu-macros = { version = "0.7.0", path = "./crates/nu-macros" }
|
|||||||
|
|
||||||
query_interface = "0.3.5"
|
query_interface = "0.3.5"
|
||||||
typetag = "0.1.4"
|
typetag = "0.1.4"
|
||||||
rustyline = { git = "https://github.com/kkawakam/rustyline.git" }
|
rustyline = "5.0.6"
|
||||||
chrono = { version = "0.4.10", features = ["serde"] }
|
chrono = { version = "0.4.10", features = ["serde"] }
|
||||||
derive-new = "0.5.8"
|
derive-new = "0.5.8"
|
||||||
prettytable-rs = "0.8.0"
|
prettytable-rs = "0.8.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user