From 22d8c5e20b08de3e4c3d82c4107567110acb3a56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:07:03 +0000 Subject: [PATCH] Update Rust crate indicatif to v0.17.10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/crates_io_tarball/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 155d9ece297..74534cbd66f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2730,9 +2730,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.9" +version = "0.17.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +checksum = "aeffd0d77fc9a0bc8ec71b6364089028b48283b534f874178753723ad9241f42" dependencies = [ "console", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 34558ac9300..26ac995e34b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ http = "=1.2.0" http-body-util = "=0.1.2" hyper = { version = "=1.5.2", features = ["client", "http1"] } indexmap = { version = "=2.7.1", features = ["serde"] } -indicatif = "=0.17.9" +indicatif = "=0.17.10" ipnetwork = "=0.21.1" json-subscriber = "=0.2.4" krata-tokio-tar = "=0.4.2" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index d6b7c36189f..954284b6bc9 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -28,7 +28,7 @@ anyhow = "=1.0.95" claims = "=0.8.0" clap = { version = "=4.5.27", features = ["derive", "unicode", "wrap_help"] } flate2 = { version = "=1.0.35" } -indicatif = { version = "=0.17.9", features = ["rayon"] } +indicatif = { version = "=0.17.10", features = ["rayon"] } insta = "=1.42.1" rayon = "=1.10.0" tar = { version = "=0.4.43" }