Skip to content

chore(deps): pin iroh to 1.0.3 explicitly - #1257

Merged
michaelneale merged 1 commit into
mainfrom
chore/pin-iroh-1.0.3
Aug 12, 2026
Merged

chore(deps): pin iroh to 1.0.3 explicitly#1257
michaelneale merged 1 commit into
mainfrom
chore/pin-iroh-1.0.3

Conversation

@michaelneale

@michaelneale michaelneale commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Follow-up from mesh-dev: we are already on iroh 1.0.3 in Cargo.lock, but every manifest asked for "1.0.0". Caret semver means a fresh lockfile could legitimately resolve back to 1.0.0-1.0.2 and silently drop fixes we depend on:

  • 1.0.0: correct path abandonment when a new path has worse RTT; don't kill the endpoint on the first transport recv error; happy-eyeballs v4/v6 relay connect
  • 1.0.2: receive-transport lane fairness counter fix
  • 1.0.3: error on connecting with an empty ALPN; pkarr resolver in the n0 preset

This raises the floor to 1.0.3 in mesh-llm-routing, -commands, -protocol, -host-runtime (incl. the iroh-relay dev-dep) and mesh-client.

No lockfile changecargo update -p iroh locks 0 packages.

Verification:

  • cargo check --all-targets on all five affected crates: clean
  • cargo test -p mesh-llm-routing -p mesh-llm-protocol: 16 passed, 0 failed

Summary by CodeRabbit

  • Chores
    • Updated the networking components to a newer compatible version.
    • Preserved existing feature settings and configuration.
    • Includes updates for runtime, client, protocol, routing, and command functionality.

The workspace already resolves iroh 1.0.3 (and iroh-relay 1.0.3) in
Cargo.lock, but the manifests requested "1.0.0". A fresh lockfile could
therefore legitimately resolve back to 1.0.0-1.0.2, silently dropping
fixes we rely on: correct path abandonment on worse-RTT paths, no
endpoint teardown on the first transport recv error, the receive-lane
fairness counter fix, and the empty-ALPN connect error.

Raise the semver floor to 1.0.3. No lockfile change (cargo update -p
iroh locks 0 packages).

Co-authored-by: Michael Neale <14976+michaelneale@users.noreply.github.com>
Signed-off-by: Michael Neale <14976+michaelneale@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3c7e4f02-7212-43cc-aae1-659acfcee99d

📥 Commits

Reviewing files that changed from the base of the PR and between 072bb2b and eb3116d.

📒 Files selected for processing (5)
  • crates/mesh-client/Cargo.toml
  • crates/mesh-llm-commands/Cargo.toml
  • crates/mesh-llm-host-runtime/Cargo.toml
  • crates/mesh-llm-protocol/Cargo.toml
  • crates/mesh-llm-routing/Cargo.toml

📝 Walkthrough

Walkthrough

The pull request updates iroh and iroh-relay dependency versions from 1.0.0 to 1.0.3 across five Cargo manifests. Existing feature configurations remain unchanged.

Changes

iroh dependency version alignment

Layer / File(s) Summary
Update dependency versions
crates/mesh-*/Cargo.toml
The manifests now use iroh 1.0.3. The host runtime test dependency also updates iroh-relay to 1.0.3. Feature configurations remain unchanged.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested reviewers: i386, ndizazzo

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: explicitly raising the iroh dependency requirement to version 1.0.3.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/pin-iroh-1.0.3

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@michaelneale
michaelneale merged commit ff5e79f into main Aug 12, 2026
48 checks passed
@michaelneale
michaelneale deleted the chore/pin-iroh-1.0.3 branch August 12, 2026 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant