From 9c26fa540a52105777e3b4ae2552b1bddfc16d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 06:41:53 +0000 Subject: [PATCH] Bump indicatif from 0.17.5 to 0.17.6 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.5 to 0.17.6. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.5...0.17.6) --- 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 b8d3ca6..f7a486f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,9 +604,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.5" +version = "0.17.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" +checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" dependencies = [ "console", "instant", diff --git a/Cargo.toml b/Cargo.toml index 8f8462f..6a117a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ tokio-retry = "0.3.0" async-channel = "1.9.0" chrono = "0.4.26" clap = { version = "4.3.19", features = ["cargo"] } -indicatif = "0.17.5" +indicatif = "0.17.6" thiserror = "1.0.44" rand = "0.8.5"