From c60494de81884ee73c13b079b7dda70c905bc2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:08:27 +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 10e3012..d3078d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ path = "main.rs" anyhow = "1" cargo = "0.89.0" cargo-util = "0.2.18" -dialoguer = "0.11" +dialoguer = "0.12" futures-util = "0.3" clap = { version = "4", features = ["derive", "env"] } http = "1.0"