1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2026-01-03 17:02:28 +03:00

build(deps): bump bytes from 1.4.0 to 1.5.0

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-07 19:44:50 +00:00
committed by Quentin Gliech
parent 7bedb75976
commit 18734fee0d
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ repository.workspace = true
[dependencies]
axum = { version = "0.6.20", optional = true }
bytes = "1.4.0"
bytes = "1.5.0"
futures-util = "0.3.28"
headers = "0.3.8"
http.workspace = true