From 69383038d958b77503e2dda3b9d3968ad3e626ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 04:05:05 +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 4a9a074..77224b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.12", features = ["full"] } generic_error = "0.2" structopt = "0.3" clap = "2.33" -indicatif = "0.16" +indicatif = "0.17" pickledb = "0.4" dialoguer = "0.9" atomic-counter = "1.0"