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

Bump hyper from 0.14.20 to 0.14.22

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.20 to 0.14.22.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.22/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.20...v0.14.22)

---
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-10-31 19:44:41 +00:00
committed by Quentin Gliech
parent a7ab9181a6
commit d692d65232
5 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ anyhow = "1.0.66"
clap = { version = "4.0.18", features = ["derive"] }
dotenv = "0.15.0"
tower = { version = "0.4.13", features = ["full"] }
hyper = { version = "0.14.20", features = ["full"] }
hyper = { version = "0.14.22", features = ["full"] }
serde_yaml = "0.9.14"
serde_json = "1.0.87"
url = "2.3.1"

View File

@ -17,7 +17,7 @@ thiserror = "1.0.37"
anyhow = "1.0.66"
# Web server
hyper = { version = "0.14.20", features = ["full"] }
hyper = { version = "0.14.22", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.3.4", features = ["cors"] }
axum = "0.6.0-rc.2"

View File

@ -12,7 +12,7 @@ futures-util = "0.3.25"
headers = "0.3.8"
http = "0.2.8"
http-body = "0.4.5"
hyper = "0.14.20"
hyper = "0.14.22"
hyper-rustls = { version = "0.23.0", features = ["http1", "http2"], default-features = false, optional = true }
once_cell = "1.16.0"
opentelemetry = "0.18.0"

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
bytes = "1.2.1"
futures-util = "0.3.25"
http-body = "0.4.5"
hyper = { version = "0.14.20", features = ["server", "http1", "http2", "tcp"] }
hyper = { version = "0.14.22", features = ["server", "http1", "http2", "tcp"] }
pin-project-lite = "0.2.9"
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["net", "rt", "macros", "signal", "time"] }