Upgrade axum

This commit is contained in:
Jonas Platte 2025-07-24 23:48:14 +02:00
parent 55a01e7113
commit cd3e01e790
No known key found for this signature in database
GPG key ID: 7D261D771D915378
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"