mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +01:00
chore: Update axum to 0.8
Signed-off-by: MATILLAT Quentin <qmatillat@gmail.com>
This commit is contained in:
parent
57e571bd93
commit
3b4bbb6978
3 changed files with 45 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue