From 09ae86c93f955761e74f8ef0cf4c8365aebb0efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:33:37 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.8 to 0.6.9 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.8 to 0.6.9. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.8...tower-http-0.6.9) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.9 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 0ff5f13a..8896be0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2280,9 +2280,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" +checksum = "a28f0d049ccfaa566e14e9663d304d8577427b368cb4710a20528690287a738b" dependencies = [ "bitflags 2.11.1", "bytes", diff --git a/bins/logview/Cargo.toml b/bins/logview/Cargo.toml index 444f88ee..9f0a964e 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.8", features = ["fs", "set-header", "trace"] } +tower-http = { version = "0.6.9", features = ["fs", "set-header", "trace"] } [lints] workspace = true