1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Upgrade AWS SDK dependencies

This commit is contained in:
Quentin Gliech
2022-02-24 16:09:08 +01:00
parent b81f4caace
commit 5bdb560083
3 changed files with 39 additions and 37 deletions

View File

@ -10,8 +10,8 @@ anyhow = "1.0.55"
async-trait = "0.1.52"
tokio = { version = "1.17.0", features = ["macros"] }
tracing = "0.1.31"
aws-sdk-sesv2 = "0.6.0"
aws-config = "0.6.0"
aws-sdk-sesv2 = "0.7.0"
aws-config = "0.7.0"
mas-templates = { path = "../templates" }
mas-config = { path = "../config" }

View File

@ -15,7 +15,8 @@
use async_trait::async_trait;
use aws_sdk_sesv2::{
model::{EmailContent, RawMessage},
Blob, Client,
types::Blob,
Client,
};
use lettre::{address::Envelope, AsyncTransport};