From c47818e17b0bf8afc83d7f334167ea445010cca5 Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Tue, 23 Jan 2024 07:38:44 -0800 Subject: [PATCH] update tower-sessions to 0.10.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d13b9d..29b8c28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ http = "1.0.0" parking_lot = "0.12.1" serde = { version = "1.0.195", features = ["derive"] } tower = "0.4" -tower-sessions-core = "0.9.1" +tower-sessions-core = "0.10.0" [dev-dependencies] axum = { version = "0.7.0", features = ["macros"] } @@ -26,7 +26,7 @@ http-body-util = "0.1" hyper = "1.0" tokio = { version = "1.20", features = ["macros", "rt-multi-thread"] } tower = "0.4" -tower-sessions = "0.9.1" +tower-sessions = "0.10.0" [[example]] name = "basic"