1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

chore(deps): update rust crate lscolors to 0.15.0

This commit is contained in:
renovate[bot] 2023-07-24 12:18:40 +00:00 committed by GitHub
parent e77a1bf54c
commit 781c915ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -288,7 +288,7 @@ indicatif = "0.17"
is-terminal = "0.4.7"
itertools = "0.11.0"
libc = "0.2.147"
lscolors = { version = "0.14.0", default-features = false, features = [
lscolors = { version = "0.15.0", default-features = false, features = [
"nu-ansi-term",
] }
memchr = "2"