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
This commit is contained in:
Bastien Orivel
2019-02-24 14:27:25 +01:00
parent c988b1760a
commit 78ba8007cd

View File

@@ -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"] }