From 8991b426a6cc7b64ff9389e70530efbf8a852227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 17:02:00 +0000 Subject: [PATCH] Update bytes requirement from 0.6.0 to 1.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.6.0...v1.1.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/Cargo.toml | 2 +- proto/Cargo.toml | 2 +- relayer/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/Cargo.toml b/modules/Cargo.toml index 5aeee146a5..5572e492a1 100644 --- a/modules/Cargo.toml +++ b/modules/Cargo.toml @@ -32,7 +32,7 @@ serde_json = "1" tracing = "0.1.13" prost = "0.6.1" prost-types = "0.6.1" -bytes = "0.6.0" +bytes = "1.1.0" dyn-clonable = "0.9.0" regex = "1" bech32 = "0.7.2" diff --git a/proto/Cargo.toml b/proto/Cargo.toml index bc7cb07746..9f9bb678c8 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -21,7 +21,7 @@ all-features = true prost = { version = "0.6" } prost-types = { version = "0.6" } anomaly = "0.2" -bytes = "0.6" +bytes = "1.1" thiserror = "1.0" tonic = "0.3.1" diff --git a/relayer/Cargo.toml b/relayer/Cargo.toml index d43c9b4b0c..c1de4a5a7b 100644 --- a/relayer/Cargo.toml +++ b/relayer/Cargo.toml @@ -21,7 +21,7 @@ toml = "0.5" tracing = "0.1.13" tokio = { version = "0.2", features = ["rt-core", "time", "stream", "sync"] } serde_json = { version = "1" } -bytes = "0.6.0" +bytes = "1.1.0" prost = "0.6.1" prost-types = { version = "0.6.1" } futures = "0.3.5"