From 135890eb3ed7467931d55279c9edf82edcfd5832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:04:14 +0000 Subject: [PATCH] Update indicatif requirement from 0.16.2 to 0.17.3 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.3) --- 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..34f7806 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.3", features = ["rayon"] } rayon = "1.5.1" walkdir = "2.3.2" regex = "1.5.5"