From cc5c7fb6b6aa02722aa32a41bc0e14bba53a37db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:26:55 +0000 Subject: [PATCH] Update tower-http requirement from 0.5 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.5.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 814a1ed..b783919 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ async-stream = "0.3" # Web Framework axum = { version = "0.7", features = ["macros", "multipart", "ws"] } tower = { version = "0.5", features = ["full"] } -tower-http = { version = "0.5", features = ["trace", "cors", "timeout"] } +tower-http = { version = "0.7", features = ["trace", "cors", "timeout"] } http = "1.1" # Database