Enable fs feature on tower-http

This commit is contained in:
2026-06-30 21:10:29 -04:00
parent 9de0b13ee8
commit c9b7bbfece
2 changed files with 11 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ pbkdf2 = { version = "0.13.0", optional = true, features = ["getrandom", "phc"]
rand = "0.10.1"
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.18"
tower-http = { version = "0.7.0", optional = true }
tower-http = { version = "0.7.0", optional = true, features = ["fs"] }
tower-sessions-redis-store = { version = "0.16.0", optional = true }
tracing = "0.1.44"