diff --git a/Cargo.lock b/Cargo.lock index c662ee89455..5f3d426fd0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3562,7 +3562,7 @@ dependencies = [ "serde_json", "simple-mermaid", "temporalio-client", - "temporalio-common", + "temporalio-common 0.1.0 (git+https://github.com/temporalio/sdk-core?rev=231e21c)", "thiserror 2.0.18", "type-system", "url", @@ -8366,7 +8366,7 @@ dependencies = [ [[package]] name = "temporalio-client" version = "0.1.0" -source = "git+https://github.com/temporalio/sdk-core?rev=231e21c#231e21cadb8004197a5b1dba2ecb1313596cc34c" +source = "git+https://github.com/temporalio/sdk-core?rev=fb14d9c3cf4e9e6d0894fd9bb2985dbf6d6de1fe#fb14d9c3cf4e9e6d0894fd9bb2985dbf6d6de1fe" dependencies = [ "anyhow", "async-trait", @@ -8385,7 +8385,7 @@ dependencies = [ "parking_lot", "rand 0.9.2", "slotmap", - "temporalio-common", + "temporalio-common 0.1.0 (git+https://github.com/temporalio/sdk-core?rev=fb14d9c3cf4e9e6d0894fd9bb2985dbf6d6de1fe)", "thiserror 2.0.18", "tokio", "tonic 0.14.3", @@ -8420,6 +8420,31 @@ dependencies = [ "uuid", ] +[[package]] +name = "temporalio-common" +version = "0.1.0" +source = "git+https://github.com/temporalio/sdk-core?rev=fb14d9c3cf4e9e6d0894fd9bb2985dbf6d6de1fe#fb14d9c3cf4e9e6d0894fd9bb2985dbf6d6de1fe" +dependencies = [ + "anyhow", + "async-trait", + "base64", + "bon", + "derive_more", + "prost 0.14.3", + "prost-wkt", + "prost-wkt-types", + "serde", + "serde_json", + "thiserror 2.0.18", + "tonic 0.14.3", + "tonic-prost", + "tonic-prost-build", + "tracing", + "tracing-core", + "url", + "uuid", +] + [[package]] name = "term" version = "1.2.1" diff --git a/Cargo.toml b/Cargo.toml index 209b2633cc3..8e7c576d4bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -240,7 +240,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 = "fb14d9c3cf4e9e6d0894fd9bb2985dbf6d6de1fe" } 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 }