From 78ba8007cdf581ee7abd1c241649423d4526d7ba Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sun, 24 Feb 2019 14:27:25 +0100 Subject: [PATCH] fix(lettre_email): Use the original rust-email The fork is 10 commits behind the original repo, I don't see a point in using it as the rest of the history is the same --- lettre_email/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lettre_email/Cargo.toml b/lettre_email/Cargo.toml index fd83c84..c9e1082 100644 --- a/lettre_email/Cargo.toml +++ b/lettre_email/Cargo.toml @@ -23,7 +23,7 @@ lettre = { version = "^0.9", path = "../lettre", features = ["smtp-transport"] } glob = "0.2" [dependencies] -email = { git = "https://github.com/lettre/rust-email" } +email = { git = "https://github.com/niax/rust-email" } mime = "^0.3" time = "^0.1" uuid = { version = "^0.7", features = ["v4"] }