Downgrade to tower-sessions 0.11
This commit is contained in:
@ -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" }
|
||||
|
Reference in New Issue
Block a user