From 4702d5f9d0c3d9bdb5e6a8b3cdb5d2218a9312b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 23:01:57 +0000 Subject: [PATCH] Update indicatif requirement from 0.17.11 to 0.18.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.17.11...0.18.1) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.1 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..48dc754 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.1", features = ["rayon"] } md-5 = "0.10.1" num_cpus = "1.13.1" once_cell = "1.10.0"