From aae5c8c4749f75c9fb35bd85aabafe68f3097280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:24:59 +0000 Subject: [PATCH] Update dialoguer requirement from 0.10.2 to 0.11.0 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.2...v0.11.0) --- updated-dependencies: - dependency-name: dialoguer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api_generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_generator/Cargo.toml b/api_generator/Cargo.toml index e41fefb4..e96a8249 100644 --- a/api_generator/Cargo.toml +++ b/api_generator/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0" array_tool = "1.0.3" -dialoguer = "0.10.2" +dialoguer = "0.11.0" flate2 = "1" globset = "0.4" Inflector = "0.11.4"