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

Migrate to axum 0.6.0-rc.5

This commit is contained in:
Quentin Gliech
2022-11-21 14:48:36 +01:00
parent 41a3d72ace
commit 809f836bb4
7 changed files with 29 additions and 32 deletions

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
async-trait = "0.1.58"
axum = { version = "0.6.0-rc.5", features = ["headers"] }
axum-extra = { version = "0.4.0-rc.2", features = ["cookie-private"] }
axum-extra = { version = "0.4.0-rc.3", features = ["cookie-private"] }
bincode = "1.3.3"
chrono = "0.4.23"
data-encoding = "2.3.2"