From 1866262ee7d94db169e4a4493b918f87f1735974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:05:15 +0000 Subject: [PATCH] build(deps): bump indicatif from 0.17.4 to 0.17.5 (#6818) Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.4 to 0.17.5. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.4...0.17.5) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 1f1b472f4..75229d55e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2078,9 +2078,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.4" +version = "0.17.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8" +checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" dependencies = [ "console", "instant", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 2c0d3f66e..45f27275e 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -175,7 +175,7 @@ log = "0.4.18" # prod feature progress-bar howudoin = { version = "0.1.2", features = ["term-line"], optional = true } -indicatif = { version = "0.17.4", optional = true } +indicatif = { version = "0.17.5", optional = true } # test feature proptest-impl proptest = { version = "1.2.0", optional = true }