From d1cd41ac20dca8312f1a2654a3bf9ce283734bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:23:47 +0500 Subject: [PATCH] chore(deps): bump indicatif from 0.18.3 to 0.18.4 (#29) Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.18.3 to 0.18.4. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.18.3...0.18.4) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- querying/Cargo.toml | 2 +- reporter/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e53997..4506245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,9 +1530,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.3" +version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" +checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" dependencies = [ "console", "portable-atomic", @@ -2298,9 +2298,9 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "portable-atomic" -version = "1.11.1" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" [[package]] name = "portable-atomic-util" diff --git a/querying/Cargo.toml b/querying/Cargo.toml index 3da58de..d795e7d 100644 --- a/querying/Cargo.toml +++ b/querying/Cargo.toml @@ -17,7 +17,7 @@ log = { workspace = true } hickory-resolver = { version = "0.26.0-alpha.1", features = ["tokio", "webpki-roots", "https-ring"] } thiserror = "2.0.18" url = "2.5.8" -indicatif = "0.18.3" +indicatif = "0.18.4" chrono = { version = "0.4.42", features = ["serde"] } futures-util = "0.3.32" serde_json = "1.0" diff --git a/reporter/Cargo.toml b/reporter/Cargo.toml index 2764e8a..2f07969 100644 --- a/reporter/Cargo.toml +++ b/reporter/Cargo.toml @@ -29,7 +29,7 @@ env_logger = "0.11.9" futures = "0.3" clap = { version = "4.5.60", features = ["derive", "env"] } csv = "1.4.0" -indicatif = "0.18.3" +indicatif = "0.18.4" rmp-serde = "1.3.1" serde = { version = "1.0.228", features = ["derive"] }