From dc2cbafd58c24b845e880824659bfb3367298976 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 01:13:49 +0000 Subject: [PATCH] Update bytes requirement from 0.4.12 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.4.12...v1.0.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6b6511..5876ef1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ codegen-units = 1 [dependencies] tokio = "0.1.18" tokio-codec = "0.1.1" -bytes = "0.4.12" +bytes = "1.0.1" futures = "0.1.26" futures-retry = "0.3.0" enum_primitive = "0.1.1"