Skip to content

Commit c8955d7

Browse files
Update Rust crate indicatif to v0.18.3 (#12303)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a435a7 commit c8955d7

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
@@ -104,7 +104,7 @@ hex = "=0.4.3"
104104
http = "=1.3.1"
105105
hyper = { version = "=1.7.0", features = ["client", "http1"] }
106106
indexmap = { version = "=2.12.0", features = ["serde"] }
107-
indicatif = "=0.18.2"
107+
indicatif = "=0.18.3"
108108
json-subscriber = "=0.2.6"
109109
lettre = { version = "=0.11.19", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] }
110110
minijinja = { version = "=2.12.0", features = ["loader"] }

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.100"
2828
claims = "=0.8.0"
2929
clap = { version = "=4.5.51", features = ["derive", "unicode", "wrap_help"] }
3030
flate2 = { version = "=1.1.5" }
31-
indicatif = { version = "=0.18.2", features = ["rayon"] }
31+
indicatif = { version = "=0.18.3", features = ["rayon"] }
3232
insta = "=1.43.2"
3333
rayon = "=1.11.0"
3434
tar = { version = "=0.4.44" }

0 commit comments

Comments
 (0)