From 3ef182466f3437988b341d8c34768f8aeaf71ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:53:31 +0000 Subject: [PATCH] Bump tower-http from 0.6.10 to 0.6.11 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.10 to 0.6.11. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.10...tower-http-0.6.11) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c399ea..14008eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2084,9 +2084,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.10" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" +checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 50ea872..8199e8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde = "1.0.228" serde_json = "1.0.149" time = { version = "0.3.47", features = ["serde"] } tokio = { version = "1.52.3", features = ["full"] } -tower-http = { version = "0.6.10", features = ["fs"] } +tower-http = { version = "0.6.11", features = ["fs"] } opentelemetry = { version = "0.31", features = ["metrics"] } opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic", "metrics"] } opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"] }