From dda02c1d5402aa8b3d0639712fa483d03c63487c Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:38:11 +0000 Subject: [PATCH] Update Rust crate `temporalio-client` to f1899d2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 264fbcf46ce..71d1983d4e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -255,7 +255,7 @@ supports-unicode = { version = "3.0.0", default-features = fal syn = { version = "2.0.108", default-features = false } tachyonix = { version = "0.3.1", default-features = false } tarpc = { version = "0.36.0", default-features = false, git = "https://github.com/google/tarpc", rev = "f55f36d2d876b1868cfcf52f41d0456a60cf726c" } -temporalio-client = { git = "https://github.com/temporalio/sdk-core", rev = "231e21c" } +temporalio-client = { git = "https://github.com/temporalio/sdk-core", rev = "f1899d23248d546d21b4ae7aaba8ee2848a5e8b6" } temporalio-common = { git = "https://github.com/temporalio/sdk-core", rev = "231e21c" } test-log = { version = "0.2.18", default-features = false } test-strategy = { version = "0.4.3", default-features = false }