From e3af8de0b34c4b8ed42b55cdcb69ae7c6d693535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:07:55 +0000 Subject: [PATCH] Update bytes requirement from 0.6.0 to 1.2.1 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/commits) --- 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..3deee43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" edition = "2018" [dependencies] -bytes = "0.6.0" +bytes = "1.2.1" tokio-util = { version = "0.5.1", features = ["codec"] } bit-set = "0.5.2" bit-vec = "0.6.3"