Update to the latest rust-imap

It uses imap-proto 0.8.1 instead of outdated 0.7.0.
This commit is contained in:
Alexander Krotov
2019-09-03 00:59:21 +03:00
parent 6288909481
commit 489f25940f
3 changed files with 12 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ num-derive = "0.2.5"
num-traits = "0.2.6"
native-tls = "0.2.3"
lettre = "0.9.0"
imap = "1.0.1"
imap = { git = "https://github.com/jonhoo/rust-imap", rev = "31e2490d2203a837d8830736bcb183831ec4894d" }
mmime = { git = "https://github.com/dignifiedquire/mmime", rev = "bccd2c2" }
base64 = "0.10"
charset = "0.1"