From 3ccff18a8f1ceb3c07f088b5b8dfcb5b8218d2be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:20:20 +0000 Subject: [PATCH] Update dialoguer requirement from 0.11 to 0.12 Updates the requirements on [dialoguer](https://github.com/console-rs/dialoguer) to permit the latest version. - [Changelog](https://github.com/console-rs/dialoguer/blob/main/CHANGELOG.md) - [Commits](https://github.com/console-rs/dialoguer/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: dialoguer dependency-version: 0.12.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 183702f5..fb1a1f1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ tracing-appender = "0.2" # CLI and user interaction indicatif = "0.17" -dialoguer = { version = "0.11", features = ["fuzzy-select"] } +dialoguer = { version = "0.12", features = ["fuzzy-select"] } clap = { version = "4.0", features = ["derive"] } # Cryptography and security