From 26995f8efda2689184daac2ea339ae0fdd430f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:24:23 -0500 Subject: [PATCH] chore(deps): bump tower-http from 0.6.1 to 0.6.2 (#3266) Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.1...tower-http-0.6.2) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- integrations/axum/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbf18daed9..7b4c95476c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3858,9 +3858,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" +checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" dependencies = [ "bitflags", "bytes", diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index f453e2ae41..c1ac7d9c22 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -26,7 +26,7 @@ once_cell = "1" parking_lot = "0.12.3" tokio = { version = "1.41", default-features = false } tower = { version = "0.5.1", features = ["util"] } -tower-http = "0.6.1" +tower-http = "0.6.2" tracing = { version = "0.1.40", optional = true } [dev-dependencies]