From ece95337b6a660f0ee1bfa19ac2d04243b7b802a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:35:37 +0000 Subject: [PATCH] chore(deps): update dialoguer requirement from 0.10 to 0.11 Updates the requirements on [dialoguer](https://github.com/console-rs/dialoguer) to permit the latest version. - [Changelog](https://github.com/console-rs/dialoguer/blob/master/CHANGELOG.md) - [Commits](https://github.com/console-rs/dialoguer/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: dialoguer 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 5081ea7861..7f170c2ed1 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,7 +15,7 @@ ext-php-rs = { version = "0.13", path = "../../" } clap = { version = "4.0", features = ["derive"] } anyhow = "1" -dialoguer = "0.10" +dialoguer = "0.11" libloading = "0.7" cargo_metadata = "0.15" semver = "1.0"