From 325769d8e70f566e48669ee29656ff520ab5e0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:11:12 +0000 Subject: [PATCH] Update indicatif requirement from 0.17.8 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.8...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 a30343c..21c2093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bstr = "1.5.0" clap = { version = "4.5.0", features = ["derive"] } fxread = "0.2.5" hashbrown = "0.15.0" -indicatif = { version = "0.17.8", features = ["rayon"] } +indicatif = { version = "0.18.3", features = ["rayon"] } ndarray = "0.16.1" ndarray-stats = "0.6.0" rayon = "1.7.0"