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

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-05-25 17:46:44 +02:00
parent d2d68e9a27
commit 1993f4cfca
28 changed files with 664 additions and 739 deletions

View File

@ -11,13 +11,13 @@ tracing = "0.1.37"
thiserror = "1.0.40"
headers = "0.3.8"
aws-sdk-sesv2 = { version = "0.26.0", default-features = false }
aws-config = { version = "0.55.1", default-features = false }
aws-smithy-client = { version = "0.55.1", default-features = false, features = ["client-hyper"] }
aws-smithy-async = { version = "0.55.1", default-features = false, features = ["rt-tokio"] }
aws-smithy-http = { version = "0.55.1", default-features = false }
aws-smithy-http-tower = { version = "0.55.1", default-features = false }
aws-types = "0.55.1"
aws-sdk-sesv2 = { version = "0.27.0", default-features = false }
aws-config = { version = "0.55.2", default-features = false }
aws-smithy-client = { version = "0.55.3", default-features = false, features = ["client-hyper"] }
aws-smithy-async = { version = "0.55.3", default-features = false, features = ["rt-tokio"] }
aws-smithy-http = { version = "0.55.3", default-features = false }
aws-smithy-http-tower = { version = "0.55.3", default-features = false }
aws-types = "0.55.2"
mas-templates = { path = "../templates" }
mas-http = { path = "../http", features = ["aws-sdk", "client"] }