1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2026-01-03 17:02:28 +03:00

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-02-27 16:44:35 +01:00
parent fab5d166f3
commit 380f722d67
15 changed files with 236 additions and 238 deletions

View File

@@ -12,8 +12,8 @@ thiserror = "1.0.38"
aws-sdk-sesv2 = { version = "0.24.0", default-features = false }
aws-config = { version = "0.54.1", default-features = false }
aws-smithy-client = { version = "0.54.3", default-features = false, features = ["client-hyper"] }
aws-smithy-async = { version = "0.54.3", default-features = false, features = ["rt-tokio"] }
aws-smithy-client = { version = "0.54.4", default-features = false, features = ["client-hyper"] }
aws-smithy-async = { version = "0.54.4", default-features = false, features = ["rt-tokio"] }
mas-templates = { path = "../templates" }
mas-http = { path = "../http", features = ["aws-sdk", "client"] }