From 969b8e1071d8bb3016e12fb18e056461b3ea96ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 07:06:31 +0000 Subject: [PATCH] build(deps): update tonic requirement from 0.2 to 0.3 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.3.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 1ba53b8d..5fc48947 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.3" 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 d9764e63..56c36e3e 100644 --- a/components/epaxos/Cargo.toml +++ b/components/epaxos/Cargo.toml @@ -21,7 +21,7 @@ parse = { path = "../parse" } quick-error = { version = "1.2.2" } tempfile = { version = "3.1.0" } prost = { version = "0.6.1" } -tonic = "0.2" +tonic = "0.3" tokio = { version = "0.2.18", features = ["full"] } derive_more = "0.99.3" num = "0.2.1"