From 696c06e8d7a6a69163b3f144fb039b452214fd51 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 22 Aug 2021 14:54:09 +0200 Subject: [PATCH] Bump nom to v7 (#663) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78bc7ea..dc2e6ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde = { version = "1", optional = true, features = ["derive"] } serde_json = { version = "1", optional = true } # smtp -nom = { version = "6", default-features = false, features = ["alloc", "std"], optional = true } +nom = { version = "7", optional = true } r2d2 = { version = "0.8", optional = true } # feature hostname = { version = "0.3", optional = true } # feature