From b50a09018b845622926d1d8258e9825061d76af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 23:46:26 +0000 Subject: [PATCH] Update indicatif requirement from 0.17.11 to 0.18.0 --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 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..ac98640 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.0", features = ["rayon"] } md-5 = "0.10.1" num_cpus = "1.13.1" once_cell = "1.10.0"