build(deps): bump indicatif from 0.18.5 to 0.18.6 (#9709)

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.18.5 to 0.18.6.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/compare/0.18.5...0.18.6)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-version: 0.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-08-04 11:16:58 +02:00
committed by generall
parent 763d824159
commit ffbb2c5f3e
Generated
+4 -5
View File
@@ -1471,13 +1471,12 @@ dependencies = [
[[package]]
name = "console"
version = "0.16.2"
version = "0.16.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03e45a4a8926227e4197636ba97a9fc9b00477e9f4bd711395687c5f0734bec4"
checksum = "4fe5f465a4f6fee88fad41b85d990f84c835335e85b5d9e6e63e0d06d28cba7c"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"unicode-width",
"windows-sys 0.61.2",
]
@@ -3720,9 +3719,9 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.18.5"
version = "0.18.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "993f007684f2e9727160da8b960ec161264703bfd1af084fd2e34d040c9a0dd4"
checksum = "9433806cd6b4ec1aba79c021c7e4c58fb4c3b9977c085062e611ac929998fb0c"
dependencies = [
"console",
"portable-atomic",