Merge pull request #1581 from sharkdp/dependabot/cargo/lscolors-0.18.0

build(deps): bump lscolors from 0.17.0 to 0.18.0
This commit is contained in:
Thayne McCombs 2024-07-01 15:42:50 -06:00 committed by GitHub
commit 79d1435c68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -490,9 +490,9 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "lscolors"
version = "0.17.0"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53304fff6ab1e597661eee37e42ea8c47a146fca280af902bb76bff8a896e523"
checksum = "02a5d67fc8a616f260ee9a36868547da09ac24178a4b84708cd8ea781372fbe4"
dependencies = [
"nu-ansi-term",
]

View File

@ -60,7 +60,7 @@ default-features = false
features = ["std", "clock"]
[dependencies.lscolors]
version = "0.17"
version = "0.18"
default-features = false
features = ["nu-ansi-term"]