Update mailparse to 0.10.2

It does not allow parsing emails without @
This commit is contained in:
Alexander Krotov
2020-01-08 09:37:19 +03:00
parent 4529c326c6
commit 40dc180b88
3 changed files with 6 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ bitflags = "1.1.0"
debug_stub_derive = "0.3.0"
sanitize-filename = "0.2.1"
stop-token = { version = "0.1.1", features = ["unstable"] }
mailparse = "0.10.1"
mailparse = "0.10.2"
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }
native-tls = "0.2.3"
image = "0.22.3"