From 89e7a970b748d87427966be9bdae760a67539277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 05:06:37 +0000 Subject: [PATCH] Update dialoguer requirement from 0.7.1 to 0.10.2 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/0.7.1...v0.10.2) --- updated-dependencies: - dependency-name: dialoguer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- asmtpd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asmtpd/Cargo.toml b/asmtpd/Cargo.toml index be8cad7..c6c919a 100644 --- a/asmtpd/Cargo.toml +++ b/asmtpd/Cargo.toml @@ -44,4 +44,4 @@ structopt = "0.3.21" serde_yaml = "0.8" # asmtpd-cli only -dialoguer = "0.7.1" \ No newline at end of file +dialoguer = "0.10.2" \ No newline at end of file