mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 23:17:53 +02:00
Update crossterm version to 0.26 (#8623)
# Description This pr is a companion to https://github.com/nushell/reedline/pull/560 Fortunally, we don't need to change too much nushell code. ## Additional note about lscolor dependency https://github.com/sharkdp/lscolors/pull/58~~ lscolor is using 0.26 for now
This commit is contained in:
@ -18,7 +18,7 @@ bench = false
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
lscolors = { version = "0.12.0", features = ["crossterm"], default-features = false }
|
||||
lscolors = { version = "0.14", default-features = false, features = ["nu-ansi-term"] }
|
||||
num-format = { version = "0.4.3" }
|
||||
strip-ansi-escapes = "0.1.1"
|
||||
sys-locale = "0.3.0"
|
||||
|
Reference in New Issue
Block a user