From 9cca3b1587887ba5d6512ebe8c3e2df5eec094b7 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 17 Feb 2020 20:25:34 +0100 Subject: [PATCH] fix(all): bump email to 0.0.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5722ed34..454f99f49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" } [dependencies] base64 = { version = "^0.11", optional = true } bufstream = { version = "^0.1", optional = true } -email = { version = "^0.0.20", optional = true } +email = { version = "^0.0.21", optional = true } fast_chemail = "^0.9" hostname = { version = "^0.3", optional = true } log = "^0.4"