diff --git a/Cargo.toml b/Cargo.toml index 2b16ec96f38..0a15cad6e71 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 = "c5a6646e96fd7f202dd91805c7d53f2cdd03c544" } 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 }