From 5f7946e7da2668cb13fc19c49ccd0e5457715d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 10:49:56 +0800 Subject: [PATCH] Bump indicatif from 0.17.0-rc.10 to 0.17.0-rc.11 (#9) Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.0-rc.10 to 0.17.0-rc.11. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/commits) --- 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 979333b..ac945a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -758,9 +758,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.0-rc.10" +version = "0.17.0-rc.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "088977cb4de4e09ea0232bd51c844490475ad94344fb0c60784f1fb380059b6d" +checksum = "4017d0ce94b8e91e29d2c78ed891e57e5ec3dc4371820a9d96abab4af09eb8ad" dependencies = [ "console", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 1fd2918..8666034 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ futures-util = "0.3" getopts = "0.2" gettext = "0.4" html_parser = "0.6.3" -indicatif = "0.17.0-rc.10" +indicatif = "0.17.0-rc.11" int-enum = "0.4" json = "0.12" lazy_static = "1.4"