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

Bump bytes from 1.2.1 to 1.3.0

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.1 to 1.3.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/commits)

---
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]
2022-11-21 14:06:38 +00:00
committed by Quentin Gliech
parent 809f836bb4
commit f1bd7675a1
3 changed files with 42 additions and 42 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
aws-smithy-http = { version = "0.51.0", optional = true }
aws-types = { version = "0.51.0", optional = true }
axum = { version = "0.6.0-rc.5", optional = true }
bytes = "1.2.1"
bytes = "1.3.0"
futures-util = "0.3.25"
headers = "0.3.8"
http = "0.2.8"