From e89324e6b4bf9159eab3877224b031ae546b5a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:36:08 +0000 Subject: [PATCH] chore(deps): bump tower-http from 0.6.4 to 0.6.5 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.4 to 0.6.5. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.4...tower-http-0.6.5) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e7a5495..542896d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -824,7 +824,7 @@ dependencies = [ "tokenizers", "tokio", "tower 0.5.2", - "tower-http 0.6.4", + "tower-http 0.6.5", "tracing", "tracing-appender", "tracing-opentelemetry", @@ -9922,9 +9922,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e" +checksum = "5cc2d9e086a412a451384326f521c8123a99a466b329941a9403696bff9b0da2" dependencies = [ "bitflags 2.9.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 8b15b490..04ea68d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ tokenizers = "0.21.0" tokio = "1.45.1" toml = "0.8.12" tower = "0.5.1" -tower-http = "0.6.4" +tower-http = "0.6.5" tracing = "0.1.40" tracing-appender = "0.2.3" tracing-loki = "0.2.6"