Update crossterm to version 0.24 (#6172)

- Includes version bump for `lscolors = 0.11` and `reedline` as git
patch
This commit is contained in:
Stefan Holderbach
2022-07-30 11:41:15 +02:00
committed by GitHub
parent 586c0ea3d8
commit c140da5740
5 changed files with 33 additions and 15 deletions

View File

@ -20,7 +20,7 @@ nu-utils = { path = "../nu-utils", version = "0.66.3" }
nu-ansi-term = "0.46.0"
nu-color-config = { path = "../nu-color-config", version = "0.66.3" }
reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
crossterm = "0.23.0"
crossterm = "0.24.0"
miette = { version = "5.1.0", features = ["fancy"] }
thiserror = "1.0.31"
fuzzy-matcher = "0.3.7"

View File

@ -34,7 +34,7 @@ calamine = "0.18.0"
chrono = { version = "0.4.19", features = ["serde"] }
chrono-humanize = "0.2.1"
chrono-tz = "0.6.1"
crossterm = "0.23.0"
crossterm = "0.24.0"
csv = "1.1.6"
dialoguer = "0.9.0"
digest = "0.10.0"
@ -52,7 +52,7 @@ is-root = "0.1.2"
itertools = "0.10.0"
lazy_static = "1.4.0"
log = "0.4.14"
lscolors = { version = "0.10.0", features = ["crossterm"]}
lscolors = { version = "0.11.0", features = ["crossterm"]}
md5 = { package = "md-5", version = "0.10.0" }
meval = "0.2.0"
mime = "0.3.16"

View File

@ -12,7 +12,7 @@ name = "utils"
path = "src/main.rs"
[dependencies]
lscolors = { version = "0.10.0", features = ["crossterm"]}
lscolors = { version = "0.11.0", features = ["crossterm"]}
[target.'cfg(windows)'.dependencies]
crossterm_winapi = "0.9.0"