From c9cb2c360408f014a6becf99a7b98ae2db6fdad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 15:05:43 +0000 Subject: [PATCH] Bump indicatif from 0.17.12 to 0.18.0 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.12 to 0.18.0. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.12...0.18.0) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 69e94af..ac3a120 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -731,9 +731,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", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index a689536..30cdf75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ once_cell = "1.21" reqwest = { version = "0.12", features = ["stream"] } futures-util = "0.3" futures = "0.3" -indicatif = "0.17" +indicatif = "0.18" tokio = { version="1.45", features = ["rt-multi-thread", "macros"] } simple-log = "2.3" walkdir = "2.5"