mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
Bump crossterm (#315)
This commit is contained in:
parent
2103294d11
commit
6f4993618d
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -420,7 +420,7 @@ name = "engine-q"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"crossterm 0.21.0",
|
||||
"crossterm 0.22.1",
|
||||
"ctrlc",
|
||||
"dialoguer",
|
||||
"miette",
|
||||
|
|
|
@ -18,7 +18,7 @@ members = [
|
|||
|
||||
[dependencies]
|
||||
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
|
||||
crossterm = "0.21.*"
|
||||
crossterm = "0.22.*"
|
||||
dialoguer = "0.9.0"
|
||||
nu-cli = { path="./crates/nu-cli" }
|
||||
nu-command = { path="./crates/nu-command" }
|
||||
|
|
Loading…
Reference in a new issue