From 988ba334140beb6a4c635f2d9109462d44d414f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:01:40 +0000 Subject: [PATCH] Update bytes requirement from 0.6.0 to 1.4.0 Updates the requirements on [bytes](https://github.com/tokio-rs/bytes) to permit the latest version. - [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/v0.6.0...v1.4.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d905b5..58d8994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" edition = "2018" [dependencies] -bytes = "0.6.0" +bytes = "1.4.0" tokio-util = { version = "0.5.1", features = ["codec"] } bit-set = "0.5.2" bit-vec = "0.6.3"