1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump tower-http from 0.3.3 to 0.3.4

Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.3...tower-http-0.3.4)

---
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-06-06 19:49:13 +00:00
committed by Quentin Gliech
parent 274739b537
commit a0573feedb
4 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ anyhow = "1.0.57"
# Web server
hyper = { version = "0.14.19", features = ["full"] }
tower = "0.4.12"
tower-http = { version = "0.3.3", features = ["cors"] }
tower-http = { version = "0.3.4", features = ["cors"] }
axum = "0.5.6"
axum-macros = "0.2.2"
axum-extra = { version = "0.3.3", features = ["cookie-private"] }

View File

@ -24,6 +24,6 @@ serde_json = "1.0.81"
thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["sync", "parking_lot"] }
tower = { version = "0.4.12", features = ["timeout", "limit"] }
tower-http = { version = "0.3.3", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] }
tower-http = { version = "0.3.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] }
tracing = "0.1.34"
tracing-opentelemetry = "0.17.2"

View File

@ -16,5 +16,5 @@ http-body = "0.4.5"
mime_guess = "2.0.4"
rust-embed = "6.4.0"
tower = "0.4.12"
tower-http = { version = "0.3.3", features = ["fs"] }
tower-http = { version = "0.3.4", features = ["fs"] }
tracing = "0.1.34"