chore: Update axum to 0.8

Signed-off-by: MATILLAT Quentin <qmatillat@gmail.com>
This commit is contained in:
MATILLAT Quentin 2025-01-11 17:38:34 +01:00
parent 57e571bd93
commit 3b4bbb6978
No known key found for this signature in database
GPG key ID: B9BAF56E288158D2
3 changed files with 45 additions and 12 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1.37", features = ["net", "macros", "rt-multi-thread"] }
axum = "0.7"
axum = { version = "0.8", features = ["macros"] }
axum-oidc = { path = "./../.." }
tower = "0.4"
tower-sessions = "0.13"