1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

mas-email: better errors & aws-sdk upgrade

This commit is contained in:
Quentin Gliech
2022-12-15 13:03:51 +01:00
parent fbbb842255
commit 306b71baf5
6 changed files with 118 additions and 71 deletions

View File

@ -6,8 +6,8 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
aws-smithy-http = { version = "0.51.0", optional = true }
aws-types = { version = "0.51.0", optional = true }
aws-smithy-http = { version = "0.52.0", optional = true }
aws-types = { version = "0.52.0", optional = true }
axum = { version = "0.6.1", optional = true }
bytes = "1.3.0"
futures-util = "0.3.25"