From acc14b52405c13cd07856250945e5e216dbe12eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:35:07 +0000 Subject: [PATCH] build(deps): bump bytes from 1.6.0 to 1.7.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.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.6.0...v1.7.1) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- wacker/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2eda7b..e42785a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,9 +283,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "cap-fs-ext" diff --git a/wacker/Cargo.toml b/wacker/Cargo.toml index cf49e49..7c41fdc 100644 --- a/wacker/Cargo.toml +++ b/wacker/Cargo.toml @@ -35,7 +35,7 @@ hyper = "1.4.0" hyper-util = "0.1.6" http = "1.1.0" http-body-util = "0.1.2" -bytes = "1.5.0" +bytes = "1.7.1" async-trait = "0.1.81" serde = { version = "1.0.204", features = ["derive"] } bincode = "1.3.3"