From 8f448b0ab4b4c940f9a9896ac705bc4d83ccb6fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:14:45 +0000 Subject: [PATCH] Update indicatif requirement from 0.15.0 to 0.17.1 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.15.0...0.17.1) --- 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 8ea0e28..44403cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_derive = "1.0" assert_fs = "1.0" serde_yaml = "0.8" predicates = "2.1" -indicatif = "0.15.0" +indicatif = "0.17.1" fs_extra = "1.1.0" console = "0.15" dialoguer = "0.9"