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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
This commit is contained in:
dependabot[bot]
2022-05-10 21:18:04 +02:00
committed by GitHub
parent cf914f6781
commit c4235a78bf

22
backend/Cargo.lock generated
View File

@@ -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",