From d7b58b86db4500aaa6477255cad0415a41f3cc64 Mon Sep 17 00:00:00 2001 From: FloRide1 Date: Fri, 20 Sep 2024 18:05:14 +0200 Subject: [PATCH] deps: Bump tower-sessions version (12.0 -> 13.0) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"