Merge pull request #1077 from sharkdp/dependabot/cargo/lscolors-0.11.0

Bump lscolors from 0.10.0 to 0.11.0
This commit is contained in:
Thayne McCombs 2022-08-01 14:09:58 -06:00 committed by GitHub
commit 218d475cb2
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

@ -356,9 +356,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

@ -44,7 +44,7 @@ regex = "1.5.5"
regex-syntax = "0.6"
ctrlc = "3.2"
humantime = "2.1"
lscolors = "0.10"
lscolors = "0.11"
globset = "0.4"
anyhow = "1.0"
dirs-next = "2.0"