From d124ba641948b27d4dc77bb60246fd8b7096d815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 04:49:54 +0000 Subject: [PATCH] Bump tower-http from 0.6.10 to 0.6.11 in the dependencies group Bumps the dependencies group with 1 update: [tower-http](https://github.com/tower-rs/tower-http). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index deb0eb3..a9e9c4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1997,9 +1997,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/Cargo.toml b/Cargo.toml index 780d0db..5c96adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] axum = { version = "0.8.9", features = ["tokio", "tracing", "ws", "macros"] } axum-extra = { version = "0.12.6", features = ["typed-header"] } -tower-http = { version = "0.6.10", features = ["tracing", "tokio", "timeout", "cors", "trace"] } +tower-http = { version = "0.6.11", features = ["tracing", "tokio", "timeout", "cors", "trace"] } sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-rustls"] } serde = { version = "1.0.219", features = ["derive"] }