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 bytes from 1.3.0 to 1.4.0

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.3.0 to 1.4.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.3.0...v1.4.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-02-01 19:12:50 +00:00
committed by Quentin Gliech
parent 01b4ab7e10
commit 84aa506645
4 changed files with 41 additions and 41 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
aws-smithy-http = { version = "0.54.1", optional = true }
aws-types = { version = "0.54.1", optional = true }
axum = { version = "0.6.4", optional = true }
bytes = "1.3.0"
bytes = "1.4.0"
futures-util = "0.3.26"
headers = "0.3.8"
http = "0.2.8"