Merge pull request #6308 from uutils/renovate/indicatif-0.x

chore(deps): update rust crate indicatif to 0.17.8
This commit is contained in:
Daniel Hofstetter 2024-05-01 17:10:57 +02:00 committed by GitHub
commit 970a1e01f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 5 deletions

18
Cargo.lock generated
View file

@ -1146,11 +1146,12 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.17.3"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width",
@ -1176,6 +1177,15 @@ dependencies = [
"libc",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "io-lifetimes"
version = "1.0.11"
@ -1648,9 +1658,9 @@ dependencies = [
[[package]]
name = "portable-atomic"
version = "0.3.15"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15eb2c6e362923af47e13c23ca5afb859e83d54452c55b0b9ac763b8f7c1ac16"
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
[[package]]
name = "ppv-lite86"

View file

@ -287,7 +287,7 @@ gcd = "2.3"
glob = "0.3.1"
half = "2.4.1"
hostname = "0.4"
indicatif = "0.17"
indicatif = "0.17.8"
itertools = "0.12.1"
libc = "0.2.154"
lscolors = { version = "0.16.0", default-features = false, features = [