From 4447fe2ef9d40a8cd62400537d31f200bcced989 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 04:25:43 +0000 Subject: [PATCH] Update nom requirement from 5.0 to 6.0 Updates the requirements on [nom](https://github.com/Geal/nom) to permit the latest version. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/compare/5.0.0...6.0.0) Signed-off-by: dependabot-preview[bot] --- opensmtpd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensmtpd/Cargo.toml b/opensmtpd/Cargo.toml index 64033b3..27d1ce0 100644 --- a/opensmtpd/Cargo.toml +++ b/opensmtpd/Cargo.toml @@ -13,7 +13,7 @@ include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"] [dependencies] log = {version = "0.4", features = ["std"]} -nom = "5.0" +nom = "6.0" opensmtpd_derive = { path = "../opensmtpd-derive", version = "0.2" } [[example]]