mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
Update async-smtp
This change fixes timeout issues with large files.
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user