chore(deps): update rust crate indicatif to 0.17.8

This commit is contained in:
renovate[bot] 2024-05-01 14:08:49 +00:00 committed by GitHub
parent cdc4bb7181
commit 5597cfff41
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]] [[package]]
name = "indicatif" name = "indicatif"
version = "0.17.3" version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
dependencies = [ dependencies = [
"console", "console",
"instant",
"number_prefix", "number_prefix",
"portable-atomic", "portable-atomic",
"unicode-width", "unicode-width",
@ -1176,6 +1177,15 @@ dependencies = [
"libc", "libc",
] ]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]] [[package]]
name = "io-lifetimes" name = "io-lifetimes"
version = "1.0.11" version = "1.0.11"
@ -1648,9 +1658,9 @@ dependencies = [
[[package]] [[package]]
name = "portable-atomic" name = "portable-atomic"
version = "0.3.15" version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15eb2c6e362923af47e13c23ca5afb859e83d54452c55b0b9ac763b8f7c1ac16" checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
[[package]] [[package]]
name = "ppv-lite86" name = "ppv-lite86"

View file

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