feat(smtp): update to use async-smtp based timeouts

This commit is contained in:
dignifiedquire
2019-12-16 21:12:01 +01:00
committed by Alexander Krotov
parent c1ba5a30c5
commit 2398454838
4 changed files with 46 additions and 43 deletions

2
Cargo.lock generated
View File

@@ -124,7 +124,7 @@ dependencies = [
[[package]]
name = "async-smtp"
version = "0.1.0"
source = "git+https://github.com/async-email/async-smtp#c26ce542e847c502654c471ebc50d6c996f86cee"
source = "git+https://github.com/async-email/async-smtp#6a4830032953f06020edc09db8daa06193e2b93f"
dependencies = [
"async-native-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"async-std 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",