From 29c6cc717f24d6c7d504d2b8fbe0b0d5c0515ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:56:22 +0000 Subject: [PATCH] Bump bytes from 1.7.0 to 1.7.1 (#347) Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.0 to 1.7.1. - [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.7.0...v1.7.1) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch ... 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 6625b726..cb9d4c6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fca2be1d5c43812bae364ee3f30b3afcb7877cf59f4aeb94c66f313a41d2fac9" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "cc" diff --git a/lib/borderlands-launcher/Cargo.toml b/lib/borderlands-launcher/Cargo.toml index ac78bb1c..9d6f3618 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.7.0", default-features = false } +bytes = { version = "1.7.1", 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 }