From 5a8ee1165ac82955938d6cd3463784e7dbf7ad7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:11:31 +0000 Subject: [PATCH] deps: bump tower-http from 0.5.2 to 0.6.8 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.8. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.2...tower-http-0.6.8) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 26 +++++--------------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20d39e7e..57b76cef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ "tokio-util", "totp-rs", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "tracing-opentelemetry", "tracing-subscriber", @@ -3832,7 +3832,7 @@ dependencies = [ "tokio", "tokio-rustls", "tower 0.5.3", - "tower-http 0.6.8", + "tower-http", "tower-service", "url", "wasm-bindgen", @@ -5199,7 +5199,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.1", + "getrandom 0.3.4", "once_cell", "rustix 1.1.4", "windows-sys 0.61.2", @@ -5540,24 +5540,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tower-http" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" -dependencies = [ - "bitflags 2.11.0", - "bytes", - "http 1.4.0", - "http-body 1.0.1", - "http-body-util", - "pin-project-lite", - "tower-layer", - "tower-service", - "tracing", - "uuid", -] - [[package]] name = "tower-http" version = "0.6.8" @@ -5574,6 +5556,8 @@ dependencies = [ "tower 0.5.3", "tower-layer", "tower-service", + "tracing", + "uuid", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index fae8c38f..a9a99e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ stellar-xdr = { version = "25.0.0", features = ["next", "base64"], optional = # --- Web framework --- axum = { version = "0.8.8", optional = true } tower = { version = "0.4", features = ["util"], optional = true } -tower-http = { version = "0.5", features = ["trace", "request-id", "cors"], optional = true } +tower-http = { version = "0.6", features = ["trace", "request-id", "cors"], optional = true } http = { version = "1.0", optional = true } # --- Async runtime ---