From b02f6bca29ac18744484df351a01e8fdf6e416d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:14:13 +0000 Subject: [PATCH] deps: bump tower-http from 0.6.11 to 0.7.1 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.11 to 0.7.1. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.11...tower-http-0.7.1) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6a42337..ea89514 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1649,13 +1649,14 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.11" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" +checksum = "08a05a66a4fdd61cbbe0a1d755ffe0ca6aba159dd4820936a0ff8a8278245b9c" dependencies = [ "bitflags 2.13.0", "bytes", "http", + "percent-encoding", "pin-project-lite", "tower-layer", "tower-service", diff --git a/Cargo.toml b/Cargo.toml index da346ed..0e2a30d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "macros", axum = { version = "0.7", features = ["ws"] } # HTTP middleware: security headers -tower-http = { version = "0.6", features = ["cors", "set-header"] } +tower-http = { version = "0.7", features = ["cors", "set-header"] } # Embed frontend assets in binary (map) rust-embed = "8"