From 77c00aef7305430efe49708a102ae3e13f6a0080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 01:39:14 +0000 Subject: [PATCH] build(deps): bump the progress-bar group with 1 update (#7299) Bumps the progress-bar group with 1 update: [indicatif](https://github.com/console-rs/indicatif). - [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 dependency-group: progress-bar ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc088fc7..caad4ba7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2005,9 +2005,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/zebrad/Cargo.toml b/zebrad/Cargo.toml index 42750045..c9eda5e8 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -213,7 +213,7 @@ log = "0.4.19" # prod feature progress-bar howudoin = { version = "0.1.2", features = ["term-line"], optional = true } -indicatif = { version = "0.17.5", optional = true } +indicatif = { version = "0.17.6", optional = true } # test feature proptest-impl proptest = { version = "1.2.0", optional = true }