From 439734311255ec2377c008247c89bcbab2baa0f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 23:02:12 +0000 Subject: [PATCH] Update indicatif requirement from 0.17.11 to 0.18.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.17.11...0.18.3) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.3 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 0e4623e..12b8f20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ blake2 = "0.10.4" blake3 = "1.3.1" clap = { version = "4.4.10", features = ["derive"] } crc32fast = "1.3.2" -indicatif = { version = "0.17.11", features = ["rayon"] } +indicatif = { version = "0.18.3", features = ["rayon"] } md-5 = "0.10.1" num_cpus = "1.13.1" once_cell = "1.10.0"