mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-20 09:11:24 +01:00
Merge branch 'up-axum' into 'main'
Upgrade axum See merge request matrix/grapevine!194
This commit is contained in:
commit
96d1110b99
5 changed files with 73 additions and 49 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue