From f77376fa19b0a63a1fe9ce04bd7f7659be0fdbc7 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sat, 2 Apr 2022 10:10:25 +0200 Subject: [PATCH] Update to released email-encoding crate (#749) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d11c649..b5d6396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ fastrand = { version = "1.4", optional = true } quoted_printable = { version = "0.4", optional = true } base64 = { version = "0.13", optional = true } regex = { version = "1", default-features = false, features = ["std", "unicode-case"] } -email-encoding = { git = "https://github.com/lettre/email-encoding.git", rev = "9703887cc41cb1c7a8ff820f963622dd212e97d8", optional = true } +email-encoding = { version = "0.1", optional = true } # file transport uuid = { version = "0.8", features = ["v4"], optional = true }