fix(deps): update rust crate indicatif to 0.18.0
All checks were successful
Build and test / Tests (pull_request) Successful in 27s
Build and test / Clippy (pull_request) Successful in 45s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Build AMD64 (pull_request) Successful in 29s
Checking Renovate configuration / validate (pull_request) Successful in 1m18s
Build and test / Generate Documentation (pull_request) Successful in 57s

This commit is contained in:
Renovate 2025-10-09 19:05:43 +11:00
parent c6e94ba679
commit 0b576d3a43
2 changed files with 31 additions and 46 deletions

View file

@ -8,7 +8,7 @@ anyhow = "1.0.89"
clap = { version = "4.5.20", features = ["derive"] }
dialoguer = "0.12.0"
image = "0.25.2"
indicatif = "0.17.8"
indicatif = "0.18.0"
log = "0.4.22"
pdf-writer = "0.12.0"
pretty_env_logger = "0.5.0"