From 4ce4979fbf915c3854b1d28524614df7a9fd5f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:09:34 +0000 Subject: [PATCH] Update dialoguer requirement from 0.10.0 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.0...v0.11.0) --- updated-dependencies: - dependency-name: dialoguer 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 6b01b20..baf3a61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ uuid = { version = "1.1", features = [ "v4" ] } [dev-dependencies] actix-web = "4.0.1" config = "0.13" -dialoguer = "0.10.0" +dialoguer = "0.11.0" futures = "0.3" openssl = "0.10" rand = "0.8.5"