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

Bump AWS crates

This commit is contained in:
Quentin Gliech
2022-08-19 10:16:43 +02:00
parent 7c12b330db
commit 0ac41a7a2a
2 changed files with 38 additions and 37 deletions

View File

@ -10,9 +10,9 @@ anyhow = "1.0.62"
async-trait = "0.1.57"
tokio = { version = "1.20.1", features = ["macros"] }
tracing = "0.1.36"
aws-sdk-sesv2 = "0.16.0"
aws-config = "0.46.0"
aws-types = "0.46.0"
aws-sdk-sesv2 = "0.17.0"
aws-config = "0.47.0"
aws-types = "0.47.0"
mas-templates = { path = "../templates" }
mas-config = { path = "../config" }