1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +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

@ -40,13 +40,12 @@ tokio.workspace = true
[features]
client = [
"dep:mas-tower",
"dep:rustls",
"hyper/tcp",
"dep:hyper-rustls",
"dep:rustls-platform-verifier",
"tower/limit",
"tower-http/timeout",
"tower-http/follow-redirect",
"tower-http/set-header",
"dep:mas-tower",
"dep:rustls",
"dep:hyper-rustls",
"dep:rustls-platform-verifier",
"tower/limit",
"tower-http/timeout",
"tower-http/follow-redirect",
"tower-http/set-header",
]