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 crates

This commit is contained in:
Quentin Gliech
2022-04-19 12:24:27 +02:00
parent 5c14611b96
commit 7a1483ff7e
2 changed files with 85 additions and 84 deletions

View File

@ -10,9 +10,9 @@ anyhow = "1.0.56"
async-trait = "0.1.53"
tokio = { version = "1.17.0", features = ["macros"] }
tracing = "0.1.34"
aws-sdk-sesv2 = "0.9.0"
aws-config = "0.9.0"
aws-types = "0.9.0"
aws-sdk-sesv2 = "0.10.1"
aws-config = "0.10.1"
aws-types = "0.10.1"
mas-templates = { path = "../templates" }
mas-config = { path = "../config" }