From c4235a78bfb92ecfa3b84df3f537dc50cd46e2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 21:18:04 +0200 Subject: [PATCH] chore(deps): bump tower-http from 0.2.5 to 0.3.3 in /backend (#27) Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.2.5 to 0.3.3. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.2.5...tower-http-0.3.3) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ruben Fiszel --- backend/Cargo.lock | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 7e7c7ee8c6..b06231fe37 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -224,7 +224,7 @@ dependencies = [ "sync_wrapper", "tokio 1.17.0", "tower", - "tower-http", + "tower-http 0.2.5", "tower-layer", "tower-service", ] @@ -3437,6 +3437,24 @@ dependencies = [ "tower", "tower-layer", "tower-service", +] + +[[package]] +name = "tower-http" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d342c6d58709c0a6d48d48dabbb62d4ef955cf5f0f3bbfd845838e7ae88dbae" +dependencies = [ + "bitflags", + "bytes 1.1.0", + "futures-core", + "futures-util", + "http", + "http-body 0.4.4", + "http-range-header", + "pin-project-lite 0.2.8", + "tower-layer", + "tower-service", "tracing", ] @@ -4056,7 +4074,7 @@ dependencies = [ "tokio-util 0.7.1", "tower", "tower-cookies", - "tower-http", + "tower-http 0.3.3", "tracing", "tracing-subscriber", "ulid",