Skip to content

Commit df5d3cb

Browse files
fix(deps): update rust crate indicatif to 0.18.0
1 parent 9cdec55 commit df5d3cb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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)