Update Rust crate temporalio-client to fb14d9c#8415
Update Rust crate temporalio-client to fb14d9c#8415hash-worker[bot] wants to merge 1 commit intomainfrom
temporalio-client to fb14d9c#8415Conversation
PR SummaryMedium Risk Overview Regenerates Written by Cursor Bugbot for commit 85c6326. This will update automatically on new commits. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Cargo.toml
Outdated
| 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 = "7ecb7c0542de829de7003b40eca2f95befeb0eae" } |
There was a problem hiding this comment.
Mismatched temporalio-common revision causes duplicate dependency versions
High Severity
temporalio-client was updated to rev 7ecb7c0 but temporalio-common still points to rev 231e21c. This results in two distinct versions of temporalio-common in the dependency tree — one at each revision. Since temporalio-client internally depends on temporalio-common@7ecb7c0, any types from temporalio-common used across hash-temporal-client and temporalio-client will be incompatible, likely causing compilation errors or subtle type mismatches.
Additional Locations (1)
🤖 Augment PR SummarySummary: This PR updates the Rust dependency on Changes:
Technical Notes: Only the 🤖 Was this summary useful? React with 👍 or 👎 |
| 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 = "7ecb7c0542de829de7003b40eca2f95befeb0eae" } | ||
| temporalio-common = { git = "https://github.com/temporalio/sdk-core", rev = "231e21c" } |
There was a problem hiding this comment.
temporalio-client is bumped to a newer sdk-core revision, but temporalio-common is still pinned to the older 231e21c rev. Since both come from the same upstream repo, it’s worth double-checking that this mixed-rev combination is intentional/compatible (otherwise consider updating them in lockstep).
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8415 +/- ##
=======================================
Coverage 61.05% 61.06%
=======================================
Files 1247 1247
Lines 121606 121594 -12
Branches 5267 5263 -4
=======================================
+ Hits 74245 74246 +1
+ Misses 46489 46476 -13
Partials 872 872
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merging this PR will create unknown performance changes
Comparing Footnotes
|
temporalio-client to 7ecb7c0temporalio-client to fb14d9c
ee5a29e to
85c6326
Compare


This PR contains the following updates:
231e21c->fb14d9cWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.