From 4ea46f02a1686fd1a4851a29cd26f32170a38c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 03:37:37 +0000 Subject: [PATCH] :arrow_up: 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 6c2d6b0..45a1c85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ exclude = [ [dependencies] dirs = "^5.0" git2 = { version = "^0.20", default-features = false } -dialoguer = { version = "^0.11", optional = true } +dialoguer = { version = "^0.12", optional = true } pest = "^2.3" pest_derive = "^2.3" regex = "^1.6"