Upgrade to tower-http 0.5

This commit is contained in:
2024-03-31 12:05:36 -04:00
parent d5e16c80ea
commit 66c66f3f4f
2 changed files with 26 additions and 48 deletions

View File

@ -30,7 +30,7 @@ futures = { version = "0.3.30", default-features = false, optional = true }
tokio = { version = "1", optional = true }
axum = { version = "0.7.5", optional = true }
tower = { veresion = "0.4.13", optional = true }
tower-http = { version = "0.4", optional = true, features = ["fs"] }
tower-http = { version = "0.5", optional = true, features = ["fs"] }
thiserror = "1.0.57"
tower-sessions = { version = "0.12", default-features = false }