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

Bump AWS dependencies

This commit is contained in:
Quentin Gliech
2022-07-04 18:18:26 +02:00
parent be3662d7dc
commit af67fb34e0

View File

@ -10,9 +10,9 @@ anyhow = "1.0.58"
async-trait = "0.1.56"
tokio = { version = "1.19.2", features = ["macros"] }
tracing = "0.1.35"
aws-sdk-sesv2 = "0.14.0"
aws-config = "0.14.0"
aws-types = "0.14.0"
aws-sdk-sesv2 = "0.15.0"
aws-config = "0.15.0"
aws-types = "0.15.0"
mas-templates = { path = "../templates" }
mas-config = { path = "../config" }