diff --git a/rusqlite-store/Cargo.toml b/rusqlite-store/Cargo.toml index f27532d..2a21b7b 100644 --- a/rusqlite-store/Cargo.toml +++ b/rusqlite-store/Cargo.toml @@ -23,7 +23,7 @@ tower-sessions-core = { version = "0.12.0", features = ["deletion-task"] } [dev-dependencies] axum = "0.7.1" -tower-sessions = "0.12.0" +tower-sessions = "0.13.0" tokio = { version = "1.32.0", features = ["full"] } tokio-test = "0.4.3" serde = "1" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 8a769b5..498ed9f 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -13,7 +13,7 @@ time = "0.3.30" tokio = { version = "1", features = ["full"] } tower = "0.4.13" tower-cookies = "0.10.0" -tower-sessions = "0.12.0" +tower-sessions = "0.13.0" tower-sessions-rusqlite-store = { path = "../rusqlite-store/" } [[test]]