From ca7270e5941f4c4d252df984bdf1b29ef135d84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:03:42 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.9 to 0.6.10 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.9 to 0.6.10. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.9...tower-http-0.6.10) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bins/logview/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2768bf2a..ffe6b2e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2280,9 +2280,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.9" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28f0d049ccfaa566e14e9663d304d8577427b368cb4710a20528690287a738b" +checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" dependencies = [ "bitflags 2.11.1", "bytes", diff --git a/bins/logview/Cargo.toml b/bins/logview/Cargo.toml index 9f0a964e..d79823df 100644 --- a/bins/logview/Cargo.toml +++ b/bins/logview/Cargo.toml @@ -25,7 +25,7 @@ shell-words = "1.1.1" tempfile = "3.27.0" tokio = { version = "1.52.2", features = ["io-util", "macros", "process", "rt-multi-thread"] } tokio-stream = "0.1.18" -tower-http = { version = "0.6.9", features = ["fs", "set-header", "trace"] } +tower-http = { version = "0.6.10", features = ["fs", "set-header", "trace"] } [lints] workspace = true