Skip to content

Commit 7807169

Browse files
authored
Update core submodule and otel lock (#1626)
1 parent c4e7062 commit 7807169

3 files changed

Lines changed: 44 additions & 39 deletions

File tree

temporalio/bridge/Cargo.lock

Lines changed: 40 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalio/bridge/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ pyo3 = { version = "0.29", features = [
2828
] }
2929
pyo3-async-runtimes = { version = "0.29", features = ["tokio-runtime"] }
3030
pythonize = "0.29"
31-
temporalio-client = { version = "0.4", path = "./sdk-core/crates/client" }
32-
temporalio-common = { version = "0.4", path = "./sdk-core/crates/common", features = [
31+
temporalio-client = { version = "0.5", path = "./sdk-core/crates/client" }
32+
temporalio-common = { version = "0.5", path = "./sdk-core/crates/common", features = [
3333
"envconfig", "otel"
3434
]}
35-
temporalio-sdk-core = { version = "0.4", path = "./sdk-core/crates/sdk-core", features = [
35+
temporalio-sdk-core = { version = "0.5", path = "./sdk-core/crates/sdk-core", features = [
3636
"ephemeral-server",
3737
] }
3838
tokio = "1.26"

0 commit comments

Comments
 (0)