mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
Revert to async-smtp 0.5 to disable SMTP pipelining
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -165,9 +165,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-smtp"
|
||||
version = "0.6.0"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2ade89127f9e0d44f9e83cf574d499060005cd45b7dc76be89c0167487fe8edd"
|
||||
checksum = "6da21e1dd19fbad3e095ad519fb1558ab77fd82e5c4778dca8f9be0464589e1e"
|
||||
dependencies = [
|
||||
"async-native-tls",
|
||||
"async-trait",
|
||||
|
||||
Reference in New Issue
Block a user