From 106af74217ed94dcbf01865a9c40475cbfb0e4d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:49:15 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.1 to 0.6.2 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ec018d..fc4d7e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3527,9 +3527,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 = [ "async-compression", "bitflags 2.6.0", diff --git a/Cargo.toml b/Cargo.toml index f8bdc0d..6f21a47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] } serde = { version = "1.0.210", features = ["derive"] } sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite"] } tokio = { version = "1.40.1", features = ["full"] } -tower-http = { version = "0.6.1", features = ["compression-br", "compression-gzip", "fs", "timeout"] } +tower-http = { version = "0.6.2", features = ["compression-br", "compression-gzip", "fs", "timeout"] } tracing = "0.1.40" tracing-opentelemetry = "0.27.0" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }