From d463ae4f5ce09e37e5afa3c212dba6154fe621c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:36:53 +0000 Subject: [PATCH] chore(deps): bump indicatif from 0.18.2 to 0.18.3 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.18.2 to 0.18.3. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.18.2...0.18.3) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b45c57c..de519a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,9 +816,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", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 82e54d6..3e52c1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2024" anyhow = "1.0.100" clap = { version = "4.5.51", features = ["derive"] } futures-util = "0.3.31" -indicatif = "0.18.2" +indicatif = "0.18.3" reqwest = { version = "0.12.24", features = ["stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_yaml = "0.9.34"