1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +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

4
Cargo.lock generated
View File

@@ -736,9 +736,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]] [[package]]
name = "bytes" name = "bytes"
version = "1.4.0" version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
dependencies = [ dependencies = [
"serde", "serde",
] ]

View File

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

View File

@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
[dependencies] [dependencies]
bytes = "1.4.0" bytes = "1.5.0"
futures-util = "0.3.28" futures-util = "0.3.28"
http-body = "0.4.5" http-body = "0.4.5"
hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] } hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] }

View File

@@ -21,7 +21,7 @@ keystore = ["dep:mas-keystore"]
[dependencies] [dependencies]
base64ct = { version = "1.6.0", features = ["std"] } base64ct = { version = "1.6.0", features = ["std"] }
bytes = "1.4.0" bytes = "1.5.0"
chrono.workspace = true chrono.workspace = true
form_urlencoded = "1.2.0" form_urlencoded = "1.2.0"
futures = "0.3.28" futures = "0.3.28"