From d8515e61c9807b5a14a65a493c790f9f5fcf1893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 10:45:59 +0800 Subject: [PATCH] Bump indicatif from 0.17.0-rc.11 to 0.17.0 (#142) Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.0-rc.11 to 0.17.0. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.0-rc.11...0.17.0) --- 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 e8891e1..575e19e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -849,9 +849,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.0-rc.11" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4017d0ce94b8e91e29d2c78ed891e57e5ec3dc4371820a9d96abab4af09eb8ad" +checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf" dependencies = [ "console", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 21790ae..8c64f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ html_parser = "0.6.3" http = "0.2" http-content-range = "0.1" hyper = { version="0.14", features = ["server"], optional = true } -indicatif = "0.17.0-rc.11" +indicatif = "0.17.0" int-enum = "0.4" itertools = "0.10" json = "0.12"