From 380d98d8e690c99659c793cca8fb9011b89b4884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:58:22 +0000 Subject: [PATCH] Bump tower-http from 0.6.1 to 0.6.2 in /bundler in the patch group Bumps the patch group in /bundler with 1 update: [tower-http](https://github.com/tower-rs/tower-http). Updates `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 dependency-group: patch ... Signed-off-by: dependabot[bot] --- bundler/Cargo.lock | 4 ++-- bundler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundler/Cargo.lock b/bundler/Cargo.lock index ee33123..a43af81 100644 --- a/bundler/Cargo.lock +++ b/bundler/Cargo.lock @@ -2405,9 +2405,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 2.4.1", "bytes", diff --git a/bundler/Cargo.toml b/bundler/Cargo.toml index 7f278f8..bf3090f 100644 --- a/bundler/Cargo.toml +++ b/bundler/Cargo.toml @@ -31,7 +31,7 @@ tar = { version = "0.4.43" } thiserror = "2.0.3" tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] } tower = { version = "0.5.1" } -tower-http = { version = "0.6.1", features = ["trace"] } +tower-http = { version = "0.6.2", features = ["trace"] } tracing = { version = "0.1.40" } tracing-opentelemetry = { version = "0.24.0" } tracing-subscriber = { version = "0.3.18" }