From 6beaea8aa6f2fe8c653a3d62dfafc1a1901437ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 15:15:06 +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 059cb43..8920ce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ predicates = "2.1" indicatif = "0.15.0" fs_extra = "1.1.0" console = "0.15" -dialoguer = "0.9" +dialoguer = "0.10" semver = "1.0" csv = "1.1.3" warp = "0.3"