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.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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-11 19:26:47 +00:00
committed by Quentin Gliech
parent a124b29aad
commit 5f1807d609
2 changed files with 3 additions and 3 deletions

View File

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