mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
chore(deps): update rust crate lscolors to 0.20.0
This commit is contained in:
parent
f1cad085ef
commit
e500d6d711
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1379,9 +1379,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lscolors"
|
||||
version = "0.19.0"
|
||||
version = "0.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "55f5f3bc18b481c70c416920f4bb02f7df64b99dbee36d8445027042a273ab84"
|
||||
checksum = "61183da5de8ba09a58e330d55e5ea796539d8443bd00fdeb863eac39724aa4ab"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"nu-ansi-term",
|
||||
|
|
|
@ -298,7 +298,7 @@ hostname = "0.4"
|
|||
indicatif = "0.17.8"
|
||||
itertools = "0.13.0"
|
||||
libc = "0.2.153"
|
||||
lscolors = { version = "0.19.0", default-features = false, features = [
|
||||
lscolors = { version = "0.20.0", default-features = false, features = [
|
||||
"gnu_legacy",
|
||||
] }
|
||||
memchr = "2.7.2"
|
||||
|
|
Loading…
Reference in a new issue