From 446af76dc9b3fe21fff1f6e47c1da9878b2ac816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:58:51 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.5.2 to 0.6.1 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.1. - [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.1) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f6cf848..8e4e60c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2713,7 +2713,7 @@ dependencies = [ "tokio", "tokio-util", "tower 0.4.13", - "tower-http", + "tower-http 0.5.2", "tracing", ] @@ -4068,7 +4068,7 @@ dependencies = [ "tokio", "tokio-stream", "tower 0.5.1", - "tower-http", + "tower-http 0.6.1", "tracing", "tracing-opentelemetry", "tracing-subscriber", @@ -6094,6 +6094,22 @@ dependencies = [ "tracing", ] +[[package]] +name = "tower-http" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" +dependencies = [ + "bitflags 2.6.0", + "bytes", + "http 1.1.0", + "http-body 1.0.1", + "pin-project-lite", + "tower-layer", + "tower-service", + "tracing", +] + [[package]] name = "tower-layer" version = "0.3.3" diff --git a/Cargo.toml b/Cargo.toml index ef63e93a..94337397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ semver = { version = "1.0.22", features = ["serde"] } mockall_double = "0.3" axum = { version = "0.7.5", features = ["macros", "query"] } axum-server = { version = "0.7.1", features = ["tls-rustls"] } -tower-http = { version = "0.5.2", features = ["trace"] } +tower-http = { version = "0.6.1", features = ["trace"] } tikv-jemallocator = { version = "0.5.4", features = [ "profiling", "unprefixed_malloc_on_supported_platforms",