1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-28 11:02:02 +03:00

Bump hyper from 0.14.18 to 0.14.19

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.18 to 0.14.19.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.18...v0.14.19)

---
updated-dependencies:
- dependency-name: hyper
  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-05-27 19:28:26 +00:00
committed by Quentin Gliech
parent 59e338102b
commit 7cba5f7e67
4 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ clap = { version = "3.1.18", features = ["derive"] }
dotenv = "0.15.0"
schemars = { version = "0.8.10", features = ["url", "chrono"] }
tower = { version = "0.4.12", features = ["full"] }
hyper = { version = "0.14.18", features = ["full"] }
hyper = { version = "0.14.19", features = ["full"] }
serde_yaml = "0.8.24"
serde_json = "1.0.81"
url = "2.2.2"

View File

@ -17,7 +17,7 @@ thiserror = "1.0.31"
anyhow = "1.0.57"
# Web server
hyper = { version = "0.14.18", features = ["full"] }
hyper = { version = "0.14.19", features = ["full"] }
tower = "0.4.12"
tower-http = { version = "0.3.3", features = ["cors"] }
axum = "0.5.6"

View File

@ -12,7 +12,7 @@ futures-util = "0.3.21"
headers = "0.3.7"
http = "0.2.7"
http-body = "0.4.5"
hyper = "0.14.18"
hyper = "0.14.19"
hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false }
once_cell = "1.12.0"
opentelemetry = "0.17.0"