mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 09:48:03 +00:00
Merge pull request #3532 from uutils/dependabot/cargo/lscolors-0.10.0
build(deps): bump lscolors from 0.9.0 to 0.10.0
This commit is contained in:
commit
e6b721ef9c
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1055,9 +1055,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lscolors"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4e9323b3525d4efad2dead1837a105e313253bfdbad1d470994038eededa4d62"
|
||||
checksum = "88e4434edeec6cd16a7e8e13569af4568a66fcd6d79abd8696db22dd95f920e6"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
]
|
||||
|
|
|
@ -22,7 +22,7 @@ number_prefix = "0.4"
|
|||
term_grid = "0.1.5"
|
||||
termsize = "0.1.6"
|
||||
glob = "0.3.0"
|
||||
lscolors = { version = "0.9.0", features = ["ansi_term"] }
|
||||
lscolors = { version = "0.10.0", features = ["ansi_term"] }
|
||||
uucore = { version = ">=0.0.8", package = "uucore", path = "../../uucore", features = ["entries", "fs"] }
|
||||
once_cell = "1.10.0"
|
||||
atty = "0.2"
|
||||
|
|
Loading…
Reference in a new issue