Skip to content

Update Rust crate temporalio-client to fb14d9c#8415

Open
hash-worker[bot] wants to merge 1 commit intomainfrom
deps/rs/temporalio-client-digest
Open

Update Rust crate temporalio-client to fb14d9c#8415
hash-worker[bot] wants to merge 1 commit intomainfrom
deps/rs/temporalio-client-digest

Conversation

@hash-worker
Copy link
Contributor

@hash-worker hash-worker bot commented Feb 13, 2026

This PR contains the following updates:

Package Type Update Change
temporalio-client workspace.dependencies digest 231e21c -> fb14d9c

Warning

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@hash-worker hash-worker bot enabled auto-merge February 13, 2026 00:44
@cursor
Copy link

cursor bot commented Feb 13, 2026

PR Summary

Medium Risk
Dependency-only change, but it updates the Temporal SDK client code which can affect workflow/client runtime behavior and compatibility at build or runtime.

Overview
Bumps the workspace temporalio-client git dependency from 231e21c to fb14d9c3cf4e9e6d0894fd9bb2985dbf6d6de1fe.

Regenerates Cargo.lock to point temporalio-client at the new commit and pulls in a matching temporalio-common entry for that commit (while the workspace-pinned temporalio-common remains on the older rev, leaving both versions recorded in the lockfile).

Written by Cursor Bugbot for commit 85c6326. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Feb 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hash Error Error Feb 13, 2026 4:02pm
hashdotdesign Ready Ready Preview, Comment Feb 13, 2026 4:02pm
hashdotdesign-tokens Ready Ready Preview, Comment Feb 13, 2026 4:02pm
petrinaut Ready Ready Preview Feb 13, 2026 4:02pm

@github-actions github-actions bot added the area/deps Relates to third-party dependencies (area) label Feb 13, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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" }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Fix in Cursor Fix in Web

@augmentcode
Copy link

augmentcode bot commented Feb 13, 2026

🤖 Augment PR Summary

Summary: This PR updates the Rust dependency on temporalio-client to a newer git revision.

Changes:

  • Bumps temporalio-client from rev 231e21c to 7ecb7c0… (from the Temporal sdk-core repo)
  • Regenerates Cargo.lock to reflect the updated dependency graph

Technical Notes: Only the temporalio-client git rev is changed; other Temporal crates (e.g., temporalio-common) remain pinned to their prior rev.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

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" }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@codecov
Copy link

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.06%. Comparing base (c8e4ac9) to head (85c6326).
⚠️ Report is 4 commits behind head on main.

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           
Flag Coverage Δ
local.claude-hooks 0.00% <ø> (ø)
local.harpc-client 51.24% <ø> (ø)
rust.antsi 0.00% <ø> (ø)
rust.error-stack 90.88% <ø> (ø)
rust.harpc-codec 84.70% <ø> (ø)
rust.harpc-net 96.16% <ø> (+0.01%) ⬆️
rust.harpc-tower 66.80% <ø> (ø)
rust.harpc-types 0.00% <ø> (ø)
rust.harpc-wire-protocol 92.23% <ø> (ø)
rust.hash-codec 72.76% <ø> (ø)
rust.hash-graph-authorization 62.34% <ø> (ø)
rust.hash-graph-temporal-versioning 47.95% <ø> (ø)
rust.hashql-core 81.75% <ø> (ø)
rust.hashql-diagnostics 72.43% <ø> (ø)
rust.hashql-syntax-jexpr 94.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 13, 2026

Merging this PR will create unknown performance changes

⏩ 21 skipped benchmarks1
🗄️ 12 archived benchmarks run2


Comparing deps/rs/temporalio-client-digest (85c6326) with main (c8e4ac9)3

Open in CodSpeed

Footnotes

  1. 21 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. 12 benchmarks were run, but are now archived. If they were deleted in another branch, consider rebasing to remove them from the report. Instead if they were added back, click here to restore them.

  3. No successful run was found on main (c5edd55) during the generation of this report, so c8e4ac9 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/deps Relates to third-party dependencies (area)

Development

Successfully merging this pull request may close these issues.

2 participants