Merge pull request #1797 from deltachat/async-smtp-update

Update async-smtp and async-imap
This commit is contained in:
bjoern
2020-08-04 12:40:56 +02:00
committed by GitHub

8
Cargo.lock generated
View File

@@ -165,9 +165,9 @@ dependencies = [
[[package]]
name = "async-imap"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a397614997df8e3a8b81ff8d882c0fdc100568d3162fadbd1b1410f95c40277"
checksum = "c082ecb52ec3af0aa61d4314750086134ef9c7521edb41f7981c0f45650c0c7b"
dependencies = [
"async-native-tls",
"async-std",
@@ -199,9 +199,9 @@ dependencies = [
[[package]]
name = "async-smtp"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59176a68253379071ca5047e84cbaf2c7028d9ae3ab9c03a5496eeeed89f2cd"
checksum = "4a243eb83ec706b4bed429fc6917e8a103edb8c083720e5347a57a2766ffd41c"
dependencies = [
"async-native-tls",
"async-std",