From 70221f097f2de3ab588abc8206a907756d18faa0 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 08:41:16 +0000 Subject: [PATCH] Update Rust crate `tarpc` to v0.34.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 034755eef9d..7283af4bf66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6772,9 +6772,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tarpc" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f41bce44d290df0598ae4b9cd6ea7f58f651fd3aa4af1b26060c4fa32b08af7" +checksum = "93a1870169fb9490fb3b37df7f50782986475c33cb90955f9f9b9ae659124200" dependencies = [ "anyhow", "fnv", @@ -6796,9 +6796,9 @@ dependencies = [ [[package]] name = "tarpc-plugins" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ee42b4e559f17bce0385ebf511a7beb67d5cc33c12c96b7f4e9789919d9c10f" +checksum = "ad8302bea2fb8a2b01b025d23414b0b4ed32a783b95e5d818c3320a8bc4baada" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 14cf5e7bd62..bc65643b7fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,7 +197,7 @@ similar-asserts = { version = "=1.6.0", default-features = false } supports-color = { version = "=3.0.1", default-features = false } supports-unicode = { version = "=3.0.0", default-features = false } tachyonix = { version = "=0.3.1", default-features = false } -tarpc = { version = "=0.33", default-features = false } +tarpc = { version = "=0.34.0", default-features = false } temporal-io-client = { package = "temporal-client", git = "https://github.com/temporalio/sdk-core", rev = "7e3c23f" } temporal-io-sdk-core-protos = { package = "temporal-sdk-core-protos", git = "https://github.com/temporalio/sdk-core", rev = "7e3c23f" } test-fuzz = { version = "=6.0.0", default-features = false }