From aceed659d3e64cba4fde6fa41f6a0207196bded2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:12:24 +0000 Subject: [PATCH] Update dialoguer requirement from 0.11 to 0.12 in /toolproof 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] --- toolproof/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolproof/Cargo.toml b/toolproof/Cargo.toml index acf7fa6..766b215 100644 --- a/toolproof/Cargo.toml +++ b/toolproof/Cargo.toml @@ -24,7 +24,7 @@ json_dotpath = "1.1.0" tempfile = "3.20.0" similar-string = "1.4.3" console = "0.16" -dialoguer = { version = "0.11", features = ["fuzzy-select"] } +dialoguer = { version = "0.12", features = ["fuzzy-select"] } async-trait = "0.1.88" pagebrowse = "0.1.1" chromiumoxide = "0.7"