From c0ab411f51012fe29cb1a27cdc3fcff4ffba595c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:24:25 +0000 Subject: [PATCH] chore(deps): bump indicatif from 0.17.9 to 0.17.10 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.9 to 0.17.10. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.9...0.17.10) --- updated-dependencies: - dependency-name: indicatif 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 f3493a3..3c07e65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,9 +1593,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 41b7d1c..71ac89a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ dyn-clone = "1.0.9" futures = "0.3" glob = "0.3" http = "0.2" -indicatif = "0.17.3" +indicatif = "0.17.10" itertools = "0.10" more-asserts = "0.3.1" once_cell = "1"