From 12a60c4256a084dbb89084c7c288b92f0660ebb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:02:04 +0000 Subject: [PATCH] Bump tower-http from 0.5.2 to 0.6.0 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.0. - [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.0) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8af2138..078b65f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2647,9 +2647,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "41515cc9e193536d93fd0dbbea0c73819c08eca76e0b30909a325c3ec90985bb" dependencies = [ "async-compression", "bitflags 2.6.0", @@ -2657,7 +2657,6 @@ dependencies = [ "futures-core", "http", "http-body", - "http-body-util", "pin-project-lite", "tokio", "tokio-util", diff --git a/Cargo.toml b/Cargo.toml index 87bc228..9301272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ axum = { version = "0.7.5" } tokio = { version = "1.39.1", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" -tower-http = { version = "0.5", features = [ +tower-http = { version = "0.6", features = [ "trace", "compression-br", "propagate-header",