From 12dd900d5d409ee517bf8ecf63d9c90ef386de22 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 11:14:18 +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-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed7a84..f2a8ac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" include = ["src/**/*", "Cargo.toml"] [dependencies] -bytes = "0.5" +bytes = "1.0" protobuf = "= 2.16.2" byteorder = "1.3.4" integer-encoding = "1.1.5"