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