From 130eb154839f441744f344a981c0e05a414d1d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:10:15 +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] --- crates/noether-grid-broker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/noether-grid-broker/Cargo.toml b/crates/noether-grid-broker/Cargo.toml index b615dbc..2e41ba6 100644 --- a/crates/noether-grid-broker/Cargo.toml +++ b/crates/noether-grid-broker/Cargo.toml @@ -28,7 +28,7 @@ reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-feature tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } uuid = { version = "1", features = ["v4"] } -tower-http = { version = "0.6", features = ["cors", "trace"] } +tower-http = { version = "0.7", features = ["cors", "trace"] } clap = { version = "4", features = ["derive", "env"] } prometheus = { version = "0.13", default-features = false, features = ["process"] } # Postgres-backed durability — opt in with `--features postgres` (off by