use new imap-proto/async-imap 0.4.1 to fix #1834

This commit is contained in:
holger krekel
2020-10-14 13:18:02 +02:00
committed by link2xt
parent 5661e0b8f1
commit 13055b9c87

16
Cargo.lock generated
View File

@@ -224,13 +224,13 @@ dependencies = [
[[package]]
name = "async-imap"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caadebe62f5ad78d6418a47a86b5b84439a52bdd5c893e55a5c81974da111455"
checksum = "0bdc2bb91844456110d27da8f712f4cbc693f3538521a43cb79c6b2e6f717f3e"
dependencies = [
"async-native-tls",
"async-std",
"base64 0.12.3",
"base64 0.13.0",
"byte-pool",
"chrono",
"futures",
@@ -446,6 +446,12 @@ version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bit-set"
version = "0.5.2"
@@ -1783,9 +1789,9 @@ dependencies = [
[[package]]
name = "imap-proto"
version = "0.10.2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16a6def1d5ac8975d70b3fd101d57953fe3278ef2ee5d7816cba54b1d1dfc22f"
checksum = "3091b99ee5b80f9b010eb6f962af9495ad06561bf662126b077e8ca30e463182"
dependencies = [
"nom 5.1.2",
]