Added feature to tower-http crate

This commit is contained in:
kdeng00
2025-07-30 19:19:23 -04:00
parent c8ffd8411d
commit d969c31d02
+1 -1
View File
@@ -12,7 +12,7 @@ serde_json = { version = "1.0.140" }
tower = { version = "0.5.2", features = ["full"] } tower = { version = "0.5.2", features = ["full"] }
tokio = { version = "1.45.1", features = ["full"] } tokio = { version = "1.45.1", features = ["full"] }
tokio-util = { version = "0.7.15", features = ["io"] } tokio-util = { version = "0.7.15", features = ["io"] }
tower-http = { version = "0.6.6", features = ["timeout"] } tower-http = { version = "0.6.6", features = ["cors", "timeout"] }
tracing-subscriber = "0.3.19" tracing-subscriber = "0.3.19"
futures = { version = "0.3.31" } futures = { version = "0.3.31" }
mime_guess = { version = "2.0.5" } mime_guess = { version = "2.0.5" }