Skip to content

Update Rust toolchains to nightly-2026-07-13 - #9114

Open
hash-worker[bot] wants to merge 1 commit into
mainfrom
deps/rs/rust-toolchains
Open

Update Rust toolchains to nightly-2026-07-13#9114
hash-worker[bot] wants to merge 1 commit into
mainfrom
deps/rs/rust-toolchains

Conversation

@hash-worker

@hash-worker hash-worker Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change Pending
rust patch 2026-07-062026-07-13 2026-07-27 (+1)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 11am"
  • Automerge
    • "before 4am every weekday,every weekend"

🚦 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 Mend Renovate.

@hash-worker
hash-worker Bot enabled auto-merge July 28, 2026 00:51
@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
hash Ready Ready Preview, Comment Jul 28, 2026 12:51am
hashdotdesign-tokens Ready Ready Preview, Comment Jul 28, 2026 12:51am
petrinaut Ready Ready Preview, Comment Jul 28, 2026 12:51am

@cursor

cursor Bot commented Jul 28, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Routine patch nightly bump with no application logic changes; only CI/local compiler version and documentation badges.

Overview
Bumps the repo Rust toolchain from nightly-2026-07-06 to nightly-2026-07-13 in rust-toolchain.toml (components unchanged).

Updates the rust-version badge text in error-stack docs (libs/error-stack/README.md, libs/error-stack/src/lib.rs) and error-stack-macros (libs/error-stack/macros/README.md) so they match the new nightly pin.

Reviewed by Cursor Bugbot for commit 9b8169b. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions github-actions Bot added area/deps Relates to third-party dependencies (area) area/infra Relates to version control, CI, CD or IaC (area) area/libs > error-stack Affects the `error-stack` crate (library) area/libs Relates to first-party libraries/crates/packages (area) labels Jul 28, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

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.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 9b8169b. Configure here.

Comment thread rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2026-07-06"
channel = "nightly-2026-07-13"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Stale mise Rust toolchain lock

Medium Severity

rust-toolchain.toml now targets nightly-2026-07-13, but .config/mise/mise.lock still locks Rust at nightly-2026-07-06. With idiomatic_version_file_enable_tools = ["rust"] and lockfile = true, mise-managed installs (including mise install --locked in CI) can resolve or reject the wrong nightly relative to the updated toolchain file.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9b8169b. Configure here.

@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.33%. Comparing base (8daf815) to head (9b8169b).
⚠️ Report is 21 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9114   +/-   ##
=======================================
  Coverage   59.32%   59.33%           
=======================================
  Files        1397     1397           
  Lines      135621   135638   +17     
  Branches     6295     6295           
=======================================
+ Hits        80462    80479   +17     
  Misses      54187    54187           
  Partials      972      972           
Flag Coverage Δ
apps.hash-ai-worker-ts 1.99% <ø> (ø)
apps.hash-api 10.51% <ø> (ø)
blockprotocol.type-system 40.84% <ø> (ø)
local.claude-hooks 0.00% <ø> (ø)
local.harpc-client 51.49% <ø> (ø)
local.hash-backend-utils 2.55% <ø> (ø)
local.hash-graph-sdk 10.02% <ø> (ø)
local.hash-isomorphic-utils 3.07% <ø> (ø)
rust.antsi 0.00% <ø> (ø)
rust.error-stack 90.89% <ø> (ø)
rust.harpc-codec 84.70% <ø> (ø)
rust.harpc-net 96.19% <ø> (ø)
rust.harpc-tower 67.03% <ø> (ø)
rust.harpc-types 0.00% <ø> (ø)
rust.harpc-wire-protocol 92.23% <ø> (ø)
rust.hash-codec 72.76% <ø> (ø)
rust.hash-graph-authorization 62.59% <ø> (ø)
rust.hash-graph-embeddings 91.88% <ø> (ø)
rust.hash-graph-postgres-store 26.04% <ø> (ø)
rust.hash-graph-store 38.71% <ø> (+0.21%) ⬆️
rust.hash-graph-temporal-versioning 47.95% <ø> (ø)
rust.hash-graph-types 0.00% <ø> (ø)
rust.hash-graph-validation 84.71% <ø> (ø)
rust.hashql-diagnostics 72.51% <ø> (ø)

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

☔ View full report in Codecov by Harness.
📢 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

codspeed-hq Bot commented Jul 28, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 18 untouched benchmarks
⏩ 80 skipped benchmarks1


Comparing deps/rs/rust-toolchains (9b8169b) with main (15de8ae)2

Open in CodSpeed

Footnotes

  1. 80 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. No successful run was found on main (602f13f) during the generation of this report, so 15de8ae was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@hash-worker
hash-worker Bot requested a review from a team July 28, 2026 01:45
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) area/infra Relates to version control, CI, CD or IaC (area) area/libs > error-stack Affects the `error-stack` crate (library) area/libs Relates to first-party libraries/crates/packages (area)

Development

Successfully merging this pull request may close these issues.

2 participants