Skip to content

chore(deps): update Rust major dependencies - #683

Merged
DamianReeves merged 1 commit into
mainfrom
chore/rust-major-deps
Aug 24, 2026
Merged

chore(deps): update Rust major dependencies#683
DamianReeves merged 1 commit into
mainfrom
chore/rust-major-deps

Conversation

@DamianReeves

Copy link
Copy Markdown
Member

Summary

Rust major dependency updates, taken from Renovate's renovate/major-rust branch (#612) and carried to green.

Supersedes #612.

Package From To
tuirealm 3 4.1.0
tui-realm-stdlib 3 4.1.0
tui-realm-textarea 2 4.1.0
usage-lib 2 6.1.1
toml 0.9.8 1.1.4

No source changes required

Worth stating plainly, because it's surprising: despite spanning a TUI framework major and a four-major jump in usage-lib, the workspace compiles clean — no errors, no clippy warnings, no source edits. This is a manifest-and-lockfile-only change.

I verified the versions genuinely moved in Cargo.lock rather than silently staying put, since a no-op would produce the same green result.

Contrast with #679, where starbase 0.10→0.13 needed a real migration across 12 files.

Why #612 couldn't land as-is

Same root cause as #638: Renovate's lockfile regeneration was failing ("Artifact file update failure"), so it carried manifest bumps with no Cargo.lock — which CI rejects since #678 added --locked.

Resolution works now that #677 and #679 have unwedged the dependency graph. Before #677 nothing here could resolve at all.

Verification

Every CI cargo step run locally with --locked:

Check morphir morphir-live
cargo fmt --check pass pass
cargo clippy --locked --all-targets -- -D warnings pass pass
cargo test --locked pass pass
cargo build --locked --release pass pass
cargo build --locked --release --features desktop pass

Plus cargo test --locked --workspace — pass. 10/10.

Kept separate from #679 so the TUI and usage-lib majors stay independently reviewable and revertable.

Takes the major bumps from the renovate/major-rust branch (#612):

  tuirealm              3 -> 4.1.0
  tui-realm-stdlib      3 -> 4.1.0
  tui-realm-textarea    2 -> 4.1.0
  usage-lib             2 -> 6.1.1
  toml               0.9.8 -> 1.1.4

No source changes were needed. Despite spanning a TUI framework major
and a four-major jump in usage-lib, the workspace compiles clean with
no errors and no clippy warnings.

That PR could not land as-is for the same reason as #638: Renovate's
lockfile regeneration was failing, so it carried manifest bumps with no
Cargo.lock, which CI now rejects via --locked. Resolution works now
that #677 and #679 have unwedged the dependency graph.

Verified locally against the committed lockfile with --locked: fmt,
clippy -D warnings, tests, and release builds for both morphir and
morphir-live, including the morphir-live desktop build. All ten pass.
@netlify

netlify Bot commented Aug 24, 2026

Copy link
Copy Markdown

Deploy Preview for angry-raman-7c44f6 canceled.

Name Link
🔨 Latest commit 58eb854
🔍 Latest deploy log https://app.netlify.com/projects/angry-raman-7c44f6/deploys/6a8b9db090801800088443a5

@DamianReeves
DamianReeves merged commit 18d5e6a into main Aug 24, 2026
10 checks passed
@DamianReeves
DamianReeves deleted the chore/rust-major-deps branch August 24, 2026 01:41
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