mirror of
https://github.com/nushell/nushell.git
synced 2024-12-22 23:23:12 +01:00
Bump crossterm (#315)
This commit is contained in:
parent
2103294d11
commit
6f4993618d
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -420,7 +420,7 @@ name = "engine-q"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"crossterm 0.21.0",
|
"crossterm 0.22.1",
|
||||||
"ctrlc",
|
"ctrlc",
|
||||||
"dialoguer",
|
"dialoguer",
|
||||||
"miette",
|
"miette",
|
||||||
|
@ -18,7 +18,7 @@ members = [
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
|
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
|
||||||
crossterm = "0.21.*"
|
crossterm = "0.22.*"
|
||||||
dialoguer = "0.9.0"
|
dialoguer = "0.9.0"
|
||||||
nu-cli = { path="./crates/nu-cli" }
|
nu-cli = { path="./crates/nu-cli" }
|
||||||
nu-command = { path="./crates/nu-command" }
|
nu-command = { path="./crates/nu-command" }
|
||||||
|
Loading…
Reference in New Issue
Block a user