updating the version of lettre (#389)

This commit is contained in:
TornaxO7
2022-06-04 11:17:29 +02:00
committed by GitHub
parent e1c92d3f57
commit ca67780341
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ notmuch-backend = ["notmuch", "maildir-backend"]
default = ["imap-backend", "maildir-backend", "notmuch-backend"]
[dependencies]
lettre = { version = "0.10.0-rc.1", features = ["serde"] }
lettre = { version = "0.10.0-rc.6", features = ["serde"] }
log = "0.4.14"
mailparse = "0.13.6"
serde = { version = "1.0.118", features = ["derive"] }