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"