1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-18 19:38:58 +00:00
committed by Quentin Gliech
parent e1d7f78b69
commit cb9177cdbe
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -4111,9 +4111,9 @@ dependencies = [
[[package]] [[package]]
name = "tower-http" name = "tower-http"
version = "0.2.2" version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ed53e1fd082268841975cb39587fa9fca9a7a30da84f97818ef667c97f2872" checksum = "2bb284cac1883d54083a0edbdc9cabf931dfed87455f8c7266c01ece6394a43a"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"bitflags", "bitflags",
@@ -4126,7 +4126,7 @@ dependencies = [
"iri-string", "iri-string",
"pin-project-lite", "pin-project-lite",
"tokio", "tokio",
"tokio-util 0.6.9", "tokio-util 0.7.0",
"tower", "tower",
"tower-layer", "tower-layer",
"tower-service", "tower-service",

View File

@@ -20,6 +20,6 @@ serde_json = "1.0.79"
thiserror = "1.0.30" thiserror = "1.0.30"
tokio = { version = "1.17.0", features = ["sync", "parking_lot"] } tokio = { version = "1.17.0", features = ["sync", "parking_lot"] }
tower = { version = "0.4.12", features = ["timeout", "limit"] } 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 = "0.1.30"
tracing-opentelemetry = "0.17.1" tracing-opentelemetry = "0.17.1"