From 28c5810be98c68ca03d37c5870904b38da835a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 17:12:36 +0000 Subject: [PATCH] build(deps): update indicatif requirement from 0.17 to 0.18 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.0...0.18.4) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 2ccf5b0..27c4a5e 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -17,4 +17,4 @@ thiserror.workspace = true tracing.workspace = true tracing-subscriber.workspace = true rpassword = "7.3" -indicatif = "0.17" +indicatif = "0.18"