Downgrade to tower-sessions 0.11

This commit is contained in:
2024-03-31 14:39:29 -04:00
parent db0d2c6cb9
commit 37db254f50
2 changed files with 7 additions and 7 deletions

View File

@ -32,7 +32,7 @@ axum = { version = "0.7.5", optional = true }
tower = { veresion = "0.4.13", optional = true }
tower-http = { version = "0.5", optional = true, features = ["fs"] }
thiserror = "1.0.57"
tower-sessions = { version = "0.12", default-features = false }
tower-sessions = { version = "0.11", default-features = false }
[patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }