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-26 16:11:17 +02:00
parent 9571614a56
commit 91e134f6b4
6 changed files with 220 additions and 158 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
aws-smithy-http = { version = "0.55.3", optional = true }
aws-types = { version = "0.55.2", optional = true }
aws-types = { version = "0.55.3", optional = true }
axum = { version = "0.6.18", optional = true }
bytes = "1.4.0"
futures-util = "0.3.28"