diff --git a/Cargo.toml b/Cargo.toml index 4fef7c6..347180e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ tracing = { version = "0.1.40", features = ["async-await", "log"] } tracing-subscriber = { version = "0.3.18", features = ["local-time", "parking_lot", "time"] } tower = { version = "0.4.13", features = ["timeout", "tokio"] } tower-http = { version = "0.5.2", features = ["fs", "normalize-path", "timeout", "tokio"] } -tower-sessions = { version = "0.12.2", features = ["axum-core", "private"] } +tower-sessions = { version = "0.13.0", features = ["axum-core", "private"] } tower-sessions-moka-store = "0.13.0" tower-sessions-redis-store = "0.13.0" url = "2.5.2"