1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +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

@@ -55,7 +55,7 @@ features = ["http1", "http2", "rustls-native-certs"]
default-features = false
optional = true
[dependencies.hyper]
version = "0.14.23"
version = "0.14.24"
features = ["client", "http1", "http2", "stream", "runtime" ]
optional = true
[dependencies.tower-http]