Merge pull request #19 from alterware/dependabot/cargo/indicatif-0.18.0

Bump indicatif from 0.17.12 to 0.18.0
This commit is contained in:
2025-08-06 09:15:30 +02:00
committed by GitHub
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",