From bad25990e9564a164d2ca9cd04b3d7ac1367063e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:49:25 +0000 Subject: [PATCH] chore(deps): update rust crate tonic-build to 0.10 --- common/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index 0defdb52..ad4864dd 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -22,8 +22,8 @@ tonic = {version = "0.9", features = ["tls"]} [target.'cfg(not(target_env = "msvc"))'.build-dependencies] chrono = "0.4" protobuf-src = "1" -tonic-build = "0.9" +tonic-build = "0.10" [build-dependencies] chrono = "0.4" -tonic-build = "0.9" +tonic-build = "0.10"