diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-25 16:43:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 20:43:14 +0000 |
commit | 5f65a09d3a034f10f07384b6ee968f02ba805c83 (patch) | |
tree | 954b9dd88f896424c229ae9a93119d3fdf3a62c1 | |
parent | f4e9e22310508d33725390f55d2154918450e253 (diff) | |
download | servo-5f65a09d3a034f10f07384b6ee968f02ba805c83.tar.gz servo-5f65a09d3a034f10f07384b6ee968f02ba805c83.zip |
build(deps): bump bytes from 1.5.0 to 1.6.0 (#31858)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.5.0 to 1.6.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.5.0...v1.6.0)
---
updated-dependencies:
- dependency-name: bytes
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index b658893c2b6..1c91ea62dfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,9 +546,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "calloop" |