Update Rust crate indicatif to v0.18.2 (#16561)

This commit is contained in:
renovate[bot] 2025-11-02 20:52:02 -05:00 committed by GitHub
parent 2a691a55d2
commit eed777f022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -2050,9 +2050,9 @@ dependencies = [
[[package]] [[package]]
name = "indicatif" name = "indicatif"
version = "0.18.0" version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" checksum = "ade6dfcba0dfb62ad59e59e7241ec8912af34fd29e0e743e3db992bd278e8b65"
dependencies = [ dependencies = [
"console 0.16.1", "console 0.16.1",
"portable-atomic", "portable-atomic",