From ab8f7a4af20761941937e243f58f7ccefb32a58f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 05:44:36 +0000 Subject: [PATCH] build(deps): update tonic requirement from 0.2 to 0.5 Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.2.0...v0.5.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- components/epaxos/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 29707d7c..33673277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ redis = { version = "0.15.1"} rand = { version = "0.7" } tokio = { version = "0.2.18", features = ["full"] } tokio-util = { version = "0.2.0", features = ["full"] } -tonic = "0.2" +tonic = "0.5" clap = { version = "~2.33.0" } # command line argument parse epaxos = { path = "components/epaxos" } storage = { path = "components/storage" } diff --git a/components/epaxos/Cargo.toml b/components/epaxos/Cargo.toml index 435b77e8..240eba26 100644 --- a/components/epaxos/Cargo.toml +++ b/components/epaxos/Cargo.toml @@ -22,7 +22,7 @@ quick-error = { version = "1.2.2" } maplit = { version = "1.0.2" } tempfile = { version = "3.1.0" } prost = { version = "0.6.1" } -tonic = "0.2" +tonic = "0.5" tokio = { version = "0.2.18", features = ["full"] } derive_more = "0.99.3" num = "0.2.1"