Skip to content

Commit c21e060

Browse files
Update Rust crate indicatif to v0.17.12 (#11475)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87259b2 commit c21e060

File tree

3 files changed

+39
-17
lines changed

3 files changed

+39
-17
lines changed

Cargo.lock

Lines changed: 37 additions & 15 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
@@ -95,7 +95,7 @@ hex = "=0.4.3"
9595
http = "=1.3.1"
9696
hyper = { version = "=1.6.0", features = ["client", "http1"] }
9797
indexmap = { version = "=2.10.0", features = ["serde"] }
98-
indicatif = "=0.17.11"
98+
indicatif = "=0.17.12"
9999
ipnetwork = "=0.21.1"
100100
json-subscriber = "=0.2.5"
101101
lettre = { version = "=0.11.17", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] }

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.98"
2828
claims = "=0.8.0"
2929
clap = { version = "=4.5.40", features = ["derive", "unicode", "wrap_help"] }
3030
flate2 = { version = "=1.1.2" }
31-
indicatif = { version = "=0.17.11", features = ["rayon"] }
31+
indicatif = { version = "=0.17.12", features = ["rayon"] }
3232
insta = "=1.43.1"
3333
rayon = "=1.10.0"
3434
tar = { version = "=0.4.44" }

0 commit comments

Comments
 (0)