From 118019476728b1fa567ab653d08818024b95ce72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:05:41 +0000 Subject: [PATCH] Update tower-http requirement from 0.6 to 0.7 Updates the requirements on [tower-http](https://github.com/tower-rs/tower-http) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.0...tower-http-0.7.0) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]}