From 48b510def0ef92d433076f97c98defbc401964a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 06:06:59 +0000 Subject: [PATCH] chore(deps): 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] --- 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 5ac0950db..9568f0fa4 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -18,7 +18,7 @@ ext-php-rs = { version = "0.14", default-features = false, path = "../../" } clap = { version = "4.0", features = ["derive"] } anyhow = "1" -dialoguer = "0.11" +dialoguer = "0.12" libloading = "0.8" cargo_metadata = "0.21" semver = "1.0"