1
0
mirror of https://github.com/nushell/nushell.git synced 2025-08-14 03:58:28 +02:00

Bump crossterm ()

This commit is contained in:
JT
2021-11-09 19:47:22 +13:00
committed by GitHub
parent 2103294d11
commit 6f4993618d
2 changed files with 2 additions and 2 deletions

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" }