chore(cargo): update async-imap to fix STATUS command

This commit is contained in:
link2xt
2023-10-20 19:46:52 +00:00
parent 64035d3ecb
commit d05afec289

4
Cargo.lock generated
View File

@@ -221,9 +221,9 @@ dependencies = [
[[package]]
name = "async-imap"
version = "0.9.1"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b538b767cbf9c162a6c5795d4b932bd2c20ba10b5a91a94d2b2b6886c1dce6a8"
checksum = "936c1b580be4373b48c9c687e0c79285441664398354df28d0860087cac0c069"
dependencies = [
"async-channel",
"base64 0.21.2",