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

@ -13,13 +13,12 @@ keywords = [ "axum", "oidc", "openidconnect", "authentication" ]
[dependencies]
thiserror = "1.0"
axum-core = "0.4"
axum = { version = "0.7", default-features = false, features = [ "query" ] }
axum-core = "0.5"
axum = { version = "0.8", default-features = false, features = [ "query" ] }
tower-service = "0.3"
tower-layer = "0.3"
tower-sessions = { version = "0.13", default-features = false, features = [ "axum-core" ] }
http = "1.1"
async-trait = "0.1"
openidconnect = "3.5"
serde = "1.0"
futures-util = "0.3"