From 1aa35beb2ecc76bd61abf06587789c65763ece1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 03:03:15 +0000 Subject: [PATCH] Update indicatif requirement from 0.16 to 0.17 Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.16.0...0.17.0) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c14512..72263ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ flate2 = "1.0" tar = "0.4" zip = "0.6" zip-extensions = "0.6" -indicatif = "0.16" +indicatif = "0.17" env_logger = { version = "0.9", optional = true } structopt = { version = "0.3", optional = true } color-eyre = { version = "0.6", optional = true }