From 5f1807d609086b64ecade6f62eb353e17bfc84ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 19:26:47 +0000 Subject: [PATCH] Bump tower-http from 0.2.4 to 0.2.5 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.2.4...tower-http-0.2.5) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/http/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f596b6f3..3a40e224 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4120,9 +4120,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90c125fdea84614a4368fd35786b51d0682ab8d42705e061e92f0b955dea40fb" +checksum = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8" dependencies = [ "async-compression", "bitflags", diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 05e14d7c..16bf7fa1 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -21,6 +21,6 @@ serde_json = "1.0.79" thiserror = "1.0.30" tokio = { version = "1.17.0", features = ["sync", "parking_lot"] } tower = { version = "0.4.12", features = ["timeout", "limit"] } -tower-http = { version = "0.2.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full"] } +tower-http = { version = "0.2.5", features = ["follow-redirect", "decompression-full", "set-header", "compression-full"] } tracing = "0.1.32" tracing-opentelemetry = "0.17.2"