From f28ff9c6829d1400761b498de6e72075e5742487 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 07:04:24 +0000 Subject: [PATCH] fix(deps): update grpc packages --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 583f19c8..4a115694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,12 @@ jsonwebtoken = "8.1.1" log = "0.4.17" openssl = "0.10.43" openssl-sys = "0.9.77" -prost = "0.10" -prost-types = "0.10" +prost = "0.11" +prost-types = "0.11" serde = { version = "1.0.147", features = ["derive"] } tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs", "signal"] } -tonic = { version = "0.7", features = ["tls", "tls-roots", "tls-roots-common"] } -tonic-types = "0.5" +tonic = { version = "0.8", features = ["tls", "tls-roots", "tls-roots-common"] } +tonic-types = "0.6" [build-dependencies] -tonic-build = "0.7" +tonic-build = "0.8"