Skip to content

Commit 5055769

Browse files
fix(deps): update rust crate indicatif to 0.18.0
1 parent 8cd0849 commit 5055769

File tree

2 files changed

+36
-21
lines changed

2 files changed

+36
-21
lines changed

Cargo.lock

Lines changed: 35 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ anyhow = "1.0.82"
1111
async-recursion = "1.1.1"
1212
clap = { version = "4.5.4", features = ["derive"] }
1313
futures = "0.3.30"
14-
indicatif = { version = "0.17.8", features = ["rayon"] }
14+
indicatif = { version = "0.18.0", features = ["rayon"] }
1515
rand = "0.8.5"
1616
rayon = "1.10.0"
1717
reqwest = { version = "0.12.4", features = ["blocking"] }

0 commit comments

Comments
 (0)