1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Bump http from 0.2.7 to 0.2.8

Bumps [http](https://github.com/hyperium/http) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v0.2.7...v0.2.8)

---
updated-dependencies:
- dependency-name: http
  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-06-07 12:45:20 +00:00
committed by Quentin Gliech
parent bfd49f5684
commit 909091a401
6 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ axum = "0.5.6"
bytes = "1.1.0"
futures-util = "0.3.21"
headers = "0.3.7"
http = "0.2.7"
http = "0.2.8"
http-body = "0.4.5"
hyper = "0.14.19"
hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false }