Adopt newly released imap-proto changes

This commit is contained in:
Jon Gjengset 2021-03-08 18:00:00 -08:00
parent dba3508c49
commit 3b8c239984

View file

@ -21,7 +21,7 @@ default = ["tls"]
native-tls = { version = "0.2.2", optional = true } native-tls = { version = "0.2.2", optional = true }
regex = "1.0" regex = "1.0"
bufstream = "0.1" bufstream = "0.1"
imap-proto = "0.12.0" imap-proto = "0.13.0"
nom = "6.0" nom = "6.0"
base64 = "0.13" base64 = "0.13"
chrono = "0.4" chrono = "0.4"
@ -43,7 +43,3 @@ required-features = ["default"]
[[test]] [[test]]
name = "imap_integration" name = "imap_integration"
required-features = ["default"] required-features = ["default"]
[patch.crates-io]
# https://github.com/djc/tokio-imap/pull/115
imap-proto = { git = "https://github.com/jonhoo/tokio-imap.git", branch = "moo" }