From d969c31d02db44b14fa2bcc76e833b1738425755 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Wed, 30 Jul 2025 19:19:23 -0400 Subject: [PATCH] Added feature to tower-http crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9d5876..a6e932f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde_json = { version = "1.0.140" } tower = { version = "0.5.2", features = ["full"] } tokio = { version = "1.45.1", features = ["full"] } 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" futures = { version = "0.3.31" } mime_guess = { version = "2.0.5" }