From 9481d0b9826e737e26e6531cc2acae491111aa85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 05:02:31 +0000 Subject: [PATCH] Update dialoguer requirement from 0.7.1 to 0.10.3 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/console-rs/dialoguer/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/dialoguer/compare/0.7.1...0.10.3) --- 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..dd78531 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.3" \ No newline at end of file