Bump nom to v7 (#663)

This commit is contained in:
Paolo Barbolini
2021-08-22 14:54:09 +02:00
committed by GitHub
parent d4f7618898
commit 696c06e8d7

View File

@@ -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