From 87b214d61fb03734ab823fed6c692857571df259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:17:06 +0000 Subject: [PATCH] Update indicatif requirement from 0.17.9 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.9...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 8c58c1b..452271d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Ben Forge (BenCheung0422)"] [dependencies] anyhow = "1.0.95" clap = { version = "4.5.23", features = ["cargo", "wrap_help"] } -indicatif = "0.17.9" +indicatif = "0.18.3" inquire = "0.7.5" librqbit-buffers = "4.1.0" librqbit-core = "4.0.1"