fix(builder): Go back to email 0.0.20

This commit is contained in:
Alexis Mousset
2020-04-21 22:04:55 +02:00
parent a468cb3ab8
commit 6a40f4a5fe

View File

@@ -23,7 +23,7 @@ lettre = { version = "^0.9", path = "../lettre", features = ["smtp-transport"] }
glob = "0.3"
[dependencies]
email = "^0.0.21"
email = "^0.0.20"
mime = "^0.3"
time = "^0.1"
uuid = { version = "^0.7", features = ["v4"] }