From 5e62ebd107136e377f3cdc8a2fb97dba7039ec0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:36:30 +0000 Subject: [PATCH] chore(deps): 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] --- examples/servers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/servers/Cargo.toml b/examples/servers/Cargo.toml index 7dbd2fb4d..a544f3ea1 100644 --- a/examples/servers/Cargo.toml +++ b/examples/servers/Cargo.toml @@ -40,7 +40,7 @@ chrono = "0.4" uuid = { version = "1.6", features = ["v4", "serde"] } serde_urlencoded = "0.7" askama = { version = "0.16" } -tower-http = { version = "0.6", features = ["cors"] } +tower-http = { version = "0.7", features = ["cors"] } hyper = { version = "1" } hyper-util = { version = "0", features = ["server"] } tokio-util = { version = "0.7" }