Skip to content

Commit 1b6924a

Browse files
Update Rust crate indicatif to v0.17.10 (#10462)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17dd6c3 commit 1b6924a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -87,7 +87,7 @@ http = "=1.2.0"
8787
http-body-util = "=0.1.2"
8888
hyper = { version = "=1.5.2", features = ["client", "http1"] }
8989
indexmap = { version = "=2.7.1", features = ["serde"] }
90-
indicatif = "=0.17.9"
90+
indicatif = "=0.17.10"
9191
ipnetwork = "=0.21.1"
9292
json-subscriber = "=0.2.4"
9393
krata-tokio-tar = "=0.4.2"

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ anyhow = "=1.0.95"
2828
claims = "=0.8.0"
2929
clap = { version = "=4.5.27", features = ["derive", "unicode", "wrap_help"] }
3030
flate2 = { version = "=1.0.35" }
31-
indicatif = { version = "=0.17.9", features = ["rayon"] }
31+
indicatif = { version = "=0.17.10", features = ["rayon"] }
3232
insta = "=1.42.1"
3333
rayon = "=1.10.0"
3434
tar = { version = "=0.4.43" }

0 commit comments

Comments
 (0)