From a22b539e5c699d6294147ec8483e8cd92e403084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 06:07:57 +0000 Subject: [PATCH] Update bytes requirement from 0.5 to 1.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.5.0...v1.0.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a68a8e..f4a2903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tls-vendored = ["native-tls", "native-tls/vendored"] [dependencies] base64 = "0.13.0" byteorder = "1.3.2" -bytes = "0.5" +bytes = "1.0" http = "0.2" httparse = "1.3.4" input_buffer = "0.3.0"