Update Rust crate indicatif to v0.17.9 (#14410)

This commit is contained in:
renovate[bot]
2024-11-17 20:41:13 -05:00
committed by GitHub
parent 761588a60e
commit efd4407f7f

8
Cargo.lock generated
View File

@@ -1319,16 +1319,16 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.17.8"
version = "0.17.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281"
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width 0.1.13",
"unicode-width 0.2.0",
"vt100",
"web-time",
]
[[package]]