From a9bd7642dac65fd158017e43fb014a50b48d5d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 04:03:14 +0000 Subject: [PATCH] Update dialoguer requirement from 0.9 to 0.10 Updates the requirements on [dialoguer](https://github.com/mitsuhiko/dialoguer) to permit the latest version. - [Release notes](https://github.com/mitsuhiko/dialoguer/releases) - [Changelog](https://github.com/mitsuhiko/dialoguer/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/dialoguer/compare/v0.9.0...v0.10.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 4a9a074..69bb357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ structopt = "0.3" clap = "2.33" indicatif = "0.16" pickledb = "0.4" -dialoguer = "0.9" +dialoguer = "0.10" atomic-counter = "1.0" [dev-dependencies]