diff --git a/Cargo.toml b/Cargo.toml index d2f120b..93a1f1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = {version = "1", features = ["derive"]} serde_json = "1" reqwest = {version = "0.13", features = ["json"]} tokio = {version = "1", features = ["full"]} -tower-http = {version = "0.6", features = ["cors"]} +tower-http = {version = "0.7", features = ["cors"]} tracing = "0.1" tracing-subscriber = {version = "0.3", features = ["env-filter", "fmt"]}