fix(deps): update rust crate indicatif to 0.18.4

This commit is contained in:
renovate[bot]
2026-03-13 09:45:49 +00:00
committed by GitHub
parent 522b09f7df
commit 99af85dbdf
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1281,9 +1281,9 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.18.3"
version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb"
dependencies = [
"console",
"portable-atomic",