From 35a40e4a03a1ceb8b3b1cdd03f4d5486e0f36847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 23:18:46 +0000 Subject: [PATCH] Update indicatif requirement from 0.16.2 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.16.2...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 c80479f..c2593a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" once_cell = "1.10.0" tabwriter = "1.2.1" num_cpus = "1.13.1" -indicatif = { version = "0.16.2", features = ["rayon"] } +indicatif = { version = "0.17.1", features = ["rayon"] } rayon = "1.5.1" walkdir = "2.3.2" regex = "1.5.5"