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"