Merge pull request #328 from Eijebong/unfork

Use the original rust-email instead of the lettre fork
This commit is contained in:
Alexis Mousset
2019-03-17 11:35:17 +00:00
committed by GitHub

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