From 159cf8364b6cd49742d3f4953d9f5c284e65f58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 07:10:39 +0000 Subject: [PATCH] Update bytes requirement from 0.6.0 to 1.0.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/compare/v0.6.0...v1.0.1) 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..bd7a33b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" edition = "2018" [dependencies] -bytes = "0.6.0" +bytes = "1.0.1" tokio-util = { version = "0.5.1", features = ["codec"] } bit-set = "0.5.2" bit-vec = "0.6.3"