From 173c6baf063e5f2d0f0fcd9c79614fa5de8606cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:35:10 +0000 Subject: [PATCH] Bump bytes from 1.6.0 to 1.7.0 (#341) Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.0 to 1.7.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.6.0...v1.7.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lib/borderlands-launcher/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8135712e..29bb5644 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "fca2be1d5c43812bae364ee3f30b3afcb7877cf59f4aeb94c66f313a41d2fac9" [[package]] name = "cc" diff --git a/lib/borderlands-launcher/Cargo.toml b/lib/borderlands-launcher/Cargo.toml index fb1bfb92..b09afe66 100644 --- a/lib/borderlands-launcher/Cargo.toml +++ b/lib/borderlands-launcher/Cargo.toml @@ -10,7 +10,7 @@ required-features = [ "generate-protobuf-files" ] [dependencies] async-compression = { version = "0.4.12", features = [ "tokio", "gzip" ], default-features = false } -bytes = { version = "1.6.0", default-features = false } +bytes = { version = "1.7.0", default-features = false } futures-util = { version = "0.3.30", default-features = false } prost = "0.13.1" reqwest = { version = "0.12.5", features = [ "gzip", "deflate", "stream" ], default-features = false }