From c6557a8b3ed59a0d39c0fdb6d0aa2e0f745eddfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:46:31 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.4 to 0.6.6 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.4 to 0.6.6. - [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.6) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c974c37..743d358 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -952,12 +952,13 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.4" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ "bitflags", "bytes", + "futures-core", "futures-util", "http", "http-body", diff --git a/Cargo.toml b/Cargo.toml index 41c0a6f..8d4f260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tokio = { version = "1.45.0", features = ["full"] } tracing = "0.1.41" tracing-subscriber = "0.3.19" tower = { version = "0.5.2", features = ["util"] } -tower-http = { version = "0.6.4", features = ["fs", "trace"] } +tower-http = { version = "0.6.6", features = ["fs", "trace"] } hyper = { version = "1.6.0", features = ["server", "http1", "http2"] } mime_guess = "2.0.5" mime = "0.3.17"