From 6eaccb853d9408397f8a4394bcbd49e89b78d1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:51:25 +0000 Subject: [PATCH] chore(deps): update tower-http requirement in /http-cache-quickcache 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.2...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] --- http-cache-quickcache/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-cache-quickcache/Cargo.toml b/http-cache-quickcache/Cargo.toml index 72a3ffc..ec63513 100644 --- a/http-cache-quickcache/Cargo.toml +++ b/http-cache-quickcache/Cargo.toml @@ -41,7 +41,7 @@ http-body = "1.0.1" http-body-util = "0.1.2" futures = "0.3.31" tower = "0.5.1" -tower-http = { version = "0.6.2", features = ["trace"] } +tower-http = { version = "0.7.0", features = ["trace"] } tower-service = "0.3.3" hyper = "1.5.1" url = { version = "2.5.4", features = ["serde"] }