1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

chore(deps): update rust crate lscolors to 0.14.0

This commit is contained in:
renovate[bot] 2023-04-12 20:30:46 +00:00 committed by GitHub
parent 08c5f3b61b
commit d3406b0c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 13 deletions

View file

@ -290,7 +290,7 @@ indicatif = "0.17"
is-terminal = "0.4.6"
itertools = "0.10.5"
libc = "0.2.141"
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }
lscolors = { version = "0.14.0", default-features=false, features = ["nu-ansi-term"] }
memchr = "2"
nix = { version="0.26", default-features=false }
nom = "7.1.3"