Bump indicatif from 0.17.12 to 0.18.0

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

---
updated-dependencies:
- dependency-name: indicatif
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-01 15:05:43 +00:00
committed by GitHub
parent a2e4f304dc
commit c9cb2c3604
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@@ -21,7 +21,7 @@ once_cell = "1.21"
reqwest = { version = "0.12", features = ["stream"] }
futures-util = "0.3"
futures = "0.3"
indicatif = "0.17"
indicatif = "0.18"
tokio = { version="1.45", features = ["rt-multi-thread", "macros"] }
simple-log = "2.3"
walkdir = "2.5"