From 0b50654035ad952fb2986c5c455edb6c13af984b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:46:02 +0000 Subject: [PATCH] Update dialoguer requirement from 0.7.1 to 0.8.0 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...0.8.0) 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..f169d6d 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.8.0" \ No newline at end of file