From cb9177cdbeb2e6cd642d4ccd09529667366f635b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 19:38:58 +0000 Subject: [PATCH] Bump tower-http from 0.2.2 to 0.2.3 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.2.2...tower-http-0.2.3) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/http/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1e12c14..4556d189 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4111,9 +4111,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ed53e1fd082268841975cb39587fa9fca9a7a30da84f97818ef667c97f2872" +checksum = "2bb284cac1883d54083a0edbdc9cabf931dfed87455f8c7266c01ece6394a43a" dependencies = [ "async-compression", "bitflags", @@ -4126,7 +4126,7 @@ dependencies = [ "iri-string", "pin-project-lite", "tokio", - "tokio-util 0.6.9", + "tokio-util 0.7.0", "tower", "tower-layer", "tower-service", diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 11e9bd53..854b357d 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -20,6 +20,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.2", features = ["follow-redirect", "decompression-full", "set-header", "trace", "compression-full"] } +tower-http = { version = "0.2.3", features = ["follow-redirect", "decompression-full", "set-header", "trace", "compression-full"] } tracing = "0.1.30" tracing-opentelemetry = "0.17.1"