1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +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

@ -9,7 +9,7 @@ license = "Apache-2.0"
bytes = "1.4.0"
futures-util = "0.3.26"
http-body = "0.4.5"
hyper = { version = "0.14.23", features = ["server", "http1", "http2", "tcp"] }
hyper = { version = "0.14.24", features = ["server", "http1", "http2", "tcp"] }
pin-project-lite = "0.2.9"
thiserror = "1.0.38"
tokio = { version = "1.25.0", features = ["net", "rt", "macros", "signal", "time"] }