Update to released version of async-imap

This commit is contained in:
link2xt
2023-04-03 08:03:08 +00:00
parent 386a9ad0b0
commit 01af83946c
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View File

@@ -204,12 +204,13 @@ dependencies = [
[[package]]
name = "async-imap"
version = "0.6.0"
source = "git+https://github.com/async-email/async-imap?branch=master#90270474a5a494669e7c63c13471d189afdc98ae"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8379e2f1cdeb79afd2006932d7e8f64993fc0f7386d0ebc37231c90b05968c25"
dependencies = [
"async-channel",
"async-native-tls 0.4.0",
"base64 0.13.1",
"base64 0.21.0",
"byte-pool",
"chrono",
"futures",