1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

chore(deps): update rust crate lscolors to 0.16.0

This commit is contained in:
renovate[bot] 2023-11-29 21:49:08 +00:00 committed by GitHub
parent 3cadeb734d
commit 173153122b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -287,7 +287,7 @@ half = "2.3"
indicatif = "0.17"
itertools = "0.12.0"
libc = "0.2.150"
lscolors = { version = "0.15.0", default-features = false, features = [
lscolors = { version = "0.16.0", default-features = false, features = [
"nu-ansi-term",
] }
memchr = "2"