diff --git a/Cargo.lock b/Cargo.lock index 3dd1a6063ab..042e0d38164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3491,9 +3491,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.2" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ade6dfcba0dfb62ad59e59e7241ec8912af34fd29e0e743e3db992bd278e8b65" +checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" dependencies = [ "console 0.16.1", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index ff351fe3b50..37c26dfb2c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ hex = "=0.4.3" http = "=1.3.1" hyper = { version = "=1.7.0", features = ["client", "http1"] } indexmap = { version = "=2.12.0", features = ["serde"] } -indicatif = "=0.18.2" +indicatif = "=0.18.3" json-subscriber = "=0.2.6" lettre = { version = "=0.11.19", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } minijinja = { version = "=2.12.0", features = ["loader"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 58bbd28e20a..8f49e952834 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -28,7 +28,7 @@ anyhow = "=1.0.100" claims = "=0.8.0" clap = { version = "=4.5.51", features = ["derive", "unicode", "wrap_help"] } flate2 = { version = "=1.1.5" } -indicatif = { version = "=0.18.2", features = ["rayon"] } +indicatif = { version = "=0.18.3", features = ["rayon"] } insta = "=1.43.2" rayon = "=1.11.0" tar = { version = "=0.4.44" }