Update deprecated imports

This commit is contained in:
Paolo Barbolini
2021-03-08 10:43:59 +01:00
committed by Alexis Mousset
parent 34ac265d60
commit d7d05bf48a
8 changed files with 14 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
use lettre::{
transport::smtp::authentication::Credentials, AsyncSmtpTransport, AsyncStd1Executor,
AsyncStd1Transport, Message,
AsyncTransport, Message,
};
#[async_std::main]