Bump crossterm (#315)

This commit is contained in:
JT 2021-11-09 19:47:22 +13:00 committed by GitHub
parent 2103294d11
commit 6f4993618d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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",

View file

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