diff --git a/Cargo.toml b/Cargo.toml index 75c352d..abec2fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ axum-core = "0.4" axum = { version = "0.7", default-features = false, features = [ "query" ] } tower-service = "0.3.2" tower-layer = "0.3" -tower-sessions = { version = "0.12", default-features = false, features = [ "axum-core" ] } +tower-sessions = { version = "0.13", default-features = false, features = [ "axum-core" ] } http = "1.1" async-trait = "0.1" openidconnect = "3.5"