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

Bump axum to 0.6.0

This commit is contained in:
Quentin Gliech
2022-11-29 09:19:06 +01:00
parent b8489936ba
commit dfcca89d30
7 changed files with 33 additions and 28 deletions

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
aws-smithy-http = { version = "0.51.0", optional = true }
aws-types = { version = "0.51.0", optional = true }
axum = { version = "0.6.0-rc.5", optional = true }
axum = { version = "0.6.0", optional = true }
bytes = "1.3.0"
futures-util = "0.3.25"
headers = "0.3.8"