Merge branch 'up-axum' into 'main'

Upgrade axum

See merge request matrix/grapevine!194
This commit is contained in:
Jonas Platte 2025-07-30 05:52:37 +00:00
commit 96d1110b99
5 changed files with 73 additions and 49 deletions

View file

@ -90,8 +90,8 @@ workspace = true
[dependencies]
argon2 = "0.5.3"
async-trait = "0.1.88"
axum = { version = "0.7.9", default-features = false, features = ["form", "http1", "http2", "json", "matched-path", "tokio", "tracing"] }
axum-extra = { version = "0.9.5", features = ["typed-header"] }
axum = { version = "0.8.4", default-features = false, features = ["form", "http1", "http2", "json", "matched-path", "tokio", "tracing"] }
axum-extra = { version = "0.10.1", features = ["typed-header"] }
axum-server = { git = "https://gitlab.computer.surgery/matrix/thirdparty/axum-server.git", rev = "v0.7.2+grapevine-1", version = "0.7.2", features = ["tls-rustls-no-provider"] }
base64 = "0.22.1"
bytes = "1.10.1"