From bfe1758de76a4119418593ac9d018a8ad4b53714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:33:28 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.10 to 0.6.11 in /backend 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] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b7bd07f2..e8fa5883 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2903,9 +2903,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/backend/Cargo.toml b/backend/Cargo.toml index 4ffd2038..5ebc2896 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio"] } tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread", "signal", "tracing"] } -tower-http = { version = "0.6.10", features = ["normalize-path", "fs", "cors", "tracing", "trace"] } +tower-http = { version = "0.6.11", features = ["normalize-path", "fs", "cors", "tracing", "trace"] } tracing = "0.1.44" tracing-subscriber = "0.3.23" toml = "1.1.2"