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

Bump http-body from 0.4.4 to 0.4.5

Bumps [http-body](https://github.com/hyperium/http-body) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/hyperium/http-body/releases)
- [Changelog](https://github.com/hyperium/http-body/blob/v0.4.5/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http-body/compare/v0.4.4...v0.4.5)

---
updated-dependencies:
- dependency-name: http-body
  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-05-23 19:24:54 +00:00
committed by Quentin Gliech
parent 9229f36809
commit 6a8e069618
4 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ data-encoding = "2.3.2"
futures-util = "0.3.21"
headers = "0.3.7"
http = "0.2.7"
http-body = "0.4.4"
http-body = "0.4.5"
mime = "0.3.16"
rand = "0.8.5"
serde = "1.0.137"

View File

@ -11,7 +11,7 @@ bytes = "1.1.0"
futures-util = "0.3.21"
headers = "0.3.7"
http = "0.2.7"
http-body = "0.4.4"
http-body = "0.4.5"
hyper = "0.14.18"
hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false }
once_cell = "1.11.0"

View File

@ -12,7 +12,7 @@ dev = []
axum = "0.5.6"
headers = "0.3.7"
http = "0.2.7"
http-body = "0.4.4"
http-body = "0.4.5"
mime_guess = "2.0.4"
rust-embed = "6.4.0"
tower = "0.4.12"