From 6b04c96284409e97b62a8c039b87c5f3a3139e36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:05:22 +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 58debc9f..6a7c611d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,12 @@ jsonwebtoken = "8.3.0" log = "0.4.21" openssl = "0.10.64" openssl-sys = "0.9.102" -prost = "0.10" -prost-types = "0.10" +prost = "0.13" +prost-types = "0.13" serde = { version = "1.0.200", features = ["derive"] } tokio = { version = "1.37.0", 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.12", features = ["tls", "tls-roots", "tls-roots-common"] } +tonic-types = "0.12" [build-dependencies] -tonic-build = "0.7" +tonic-build = "0.12"