1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Upgrade most HTTP/Hyper crates and make mas-listener work

This commit is contained in:
Quentin Gliech
2024-07-01 18:21:05 +02:00
parent ba58195414
commit a7a9369469
10 changed files with 232 additions and 130 deletions

View File

@@ -12,7 +12,7 @@ publish = false
workspace = true
[dependencies]
axum = { version = "0.6.20", default-features = false }
axum.workspace = true
serde.workspace = true
serde_urlencoded = "0.7.1"
url.workspace = true