From 05011a43149f5b193420cf09dbaf5cdc32513b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:14:23 +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 0a048cd..f71b681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ reqwest = { version = "0.12.5", default-features = false, features = ["http2", " serde_json = { version = "1.0.125", default-features = false, features = ["alloc"] } serde = { version = "1.0.208", features = ["derive"] } ring = { version = "0.17.8", default-features = false} -indicatif = "0.17.8" +indicatif = "0.18.3" chrono = "0.4.38" base64 = "0.22.1" rand = "0.9.0"