Remove tower_sessions dependency

This commit is contained in:
2024-05-18 18:39:14 -04:00
parent 965bf5a457
commit eb4dcd4776
3 changed files with 1 additions and 3 deletions

View File

@ -31,7 +31,6 @@ axum = { version = "0.7.5", features = ["tokio", "http1"], default-features = fa
tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.5", optional = true, features = ["fs"] }
thiserror = "1.0.57"
tower-sessions = { version = "0.11", default-features = false }
tower-sessions-redis-store = { version = "0.11", optional = true }
async-trait = "0.1.79"
axum-login = { version = "0.14.0", optional = true }