1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Merge pull request #3749 from uutils/dependabot/cargo/lscolors-0.11.0

build(deps): bump lscolors from 0.10.0 to 0.11.0
This commit is contained in:
Sylvestre Ledru 2022-07-28 21:56:41 +02:00 committed by GitHub
commit 35f6e2a53a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1095,9 +1095,9 @@ dependencies = [
[[package]]
name = "lscolors"
version = "0.10.0"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88e4434edeec6cd16a7e8e13569af4568a66fcd6d79abd8696db22dd95f920e6"
checksum = "a24e014efe73b727e5792b6f422a23c04b10ba9d8cdc74b197a25a08db7eac86"
dependencies = [
"ansi_term",
]

View file

@ -22,7 +22,7 @@ number_prefix = "0.4"
term_grid = "0.1.5"
termsize = "0.1.6"
glob = "0.3.0"
lscolors = { version = "0.10.0", features = ["ansi_term"] }
lscolors = { version = "0.11.0", features = ["ansi_term"] }
uucore = { version = ">=0.0.8", package = "uucore", path = "../../uucore", features = ["entries", "fs"] }
once_cell = "1.13.0"
atty = "0.2"