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

build(deps): bump hyper from 0.14.23 to 0.14.24

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.23 to 0.14.24.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.23...v0.14.24)

---
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]
2023-02-02 19:06:16 +00:00
committed by Quentin Gliech
parent e3b995eae6
commit 2f5d2dd8ca
6 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ futures-util = "0.3.26"
headers = "0.3.8"
http = "0.2.8"
http-body = "0.4.5"
hyper = "0.14.23"
hyper = "0.14.24"
hyper-rustls = { version = "0.23.2", features = ["http1", "http2"], default-features = false, optional = true }
once_cell = "1.17.0"
opentelemetry = "0.18.0"