From 521de87c93abf7475e07d0dcce4efe499e816a57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:04:27 +0000 Subject: [PATCH] Update Rust crate tonic to 0.12 --- core/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rust/Cargo.toml b/core/rust/Cargo.toml index dd003be..ed830f4 100644 --- a/core/rust/Cargo.toml +++ b/core/rust/Cargo.toml @@ -16,7 +16,7 @@ temporal-sdk-core-protos = { git = "https://github.com/temporalio/sdk-core", bra rustfsm = { git = "https://github.com/temporalio/sdk-core", branch = "master" } tokio = "1.26" tokio-stream = "0.1" -tonic = "0.9" +tonic = "0.12" tracing = "0.1" url = "2.2" parking_lot = "0.12.1"