diff --git a/Cargo.lock b/Cargo.lock index 2b2c73de825..f76b62aa930 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3268,9 +3268,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.12" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4adb2ee6ad319a912210a36e56e3623555817bcc877a7e6e8802d1d69c4d8056" +checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" dependencies = [ "console 0.16.0", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 8df861603ea..50dcbb996a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ hex = "=0.4.3" http = "=1.3.1" hyper = { version = "=1.6.0", features = ["client", "http1"] } indexmap = { version = "=2.10.0", features = ["serde"] } -indicatif = "=0.17.12" +indicatif = "=0.18.0" ipnetwork = "=0.21.1" json-subscriber = "=0.2.6" lettre = { version = "=0.11.17", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 86696621c27..a60e511250d 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -28,7 +28,7 @@ anyhow = "=1.0.98" claims = "=0.8.0" clap = { version = "=4.5.40", features = ["derive", "unicode", "wrap_help"] } flate2 = { version = "=1.1.2" } -indicatif = { version = "=0.17.12", features = ["rayon"] } +indicatif = { version = "=0.18.0", features = ["rayon"] } insta = "=1.43.1" rayon = "=1.10.0" tar = { version = "=0.4.44" }