You've already forked authentication-service
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user