mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 14:08:40 +02:00
move rustyline to 6.1.1 to fix windows crash (#1581)
This commit is contained in:
parent
38b2846024
commit
e0fc09ac52
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3115,9 +3115,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustyline"
|
name = "rustyline"
|
||||||
version = "6.1.0"
|
version = "6.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6155a1169c281a8b75ee943a83eef0e2bb63aff057688c2111be319e51fc9f63"
|
checksum = "61a7384a84da856bd163ef2c22982c816b0bcedaf17978ec13d8e0e277ddc332"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"dirs 2.0.2",
|
"dirs 2.0.2",
|
||||||
|
@ -64,7 +64,7 @@ query_interface = "0.3.5"
|
|||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
roxmltree = "0.10.1"
|
roxmltree = "0.10.1"
|
||||||
rustyline = "6.1.0"
|
rustyline = "6.1.1"
|
||||||
serde = { version = "1.0.106", features = ["derive"] }
|
serde = { version = "1.0.106", features = ["derive"] }
|
||||||
serde-hjson = "0.9.1"
|
serde-hjson = "0.9.1"
|
||||||
serde_bytes = "0.11.3"
|
serde_bytes = "0.11.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user