Skip to content

Commit f1b914c

Browse files
Update Rust crate indicatif to v0.18.4
1 parent 2764b54 commit f1b914c

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
@@ -106,7 +106,7 @@ hex = "=0.4.3"
106106
http = "=1.4.0"
107107
hyper = { version = "=1.8.1", features = ["client", "http1"] }
108108
indexmap = { version = "=2.13.0", features = ["serde"] }
109-
indicatif = "=0.18.3"
109+
indicatif = "=0.18.4"
110110
json-subscriber = "=0.2.7"
111111
lettre = { version = "=0.11.19", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] }
112112
minijinja = { version = "=2.15.1", 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.101"
2828
claims = "=0.8.0"
2929
clap = { version = "=4.5.58", features = ["derive", "unicode", "wrap_help"] }
3030
flate2 = { version = "=1.1.9" }
31-
indicatif = { version = "=0.18.3", features = ["rayon"] }
31+
indicatif = { version = "=0.18.4", features = ["rayon"] }
3232
insta = "=1.46.3"
3333
rayon = "=1.11.0"
3434
tar = { version = "=0.4.44" }

0 commit comments

Comments
 (0)