fix(deps): update rust (major) - #612
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
✅ Deploy Preview for angry-raman-7c44f6 canceled.
|
renovate
Bot
force-pushed
the
renovate/major-rust
branch
6 times, most recently
from
February 21, 2026 23:50
dcd4b54 to
b8d22e0
Compare
renovate
Bot
force-pushed
the
renovate/major-rust
branch
from
February 25, 2026 20:34
b8d22e0 to
6b39197
Compare
renovate
Bot
force-pushed
the
renovate/major-rust
branch
3 times, most recently
from
March 14, 2026 16:20
3eb71c4 to
751685a
Compare
renovate
Bot
force-pushed
the
renovate/major-rust
branch
from
April 2, 2026 19:36
751685a to
d776fb1
Compare
renovate
Bot
force-pushed
the
renovate/major-rust
branch
from
April 18, 2026 12:57
d776fb1 to
3faf1ba
Compare
renovate
Bot
force-pushed
the
renovate/major-rust
branch
2 times, most recently
from
June 23, 2026 01:08
ad76420 to
551a2af
Compare
renovate
Bot
force-pushed
the
renovate/major-rust
branch
from
July 1, 2026 20:08
551a2af to
985976f
Compare
renovate
Bot
force-pushed
the
renovate/major-rust
branch
2 times, most recently
from
July 27, 2026 14:29
d186c5d to
85ea4b9
Compare
renovate
Bot
force-pushed
the
renovate/major-rust
branch
from
August 4, 2026 19:12
85ea4b9 to
8c8ae55
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.8→1.0.03→42→43→42→5Release Notes
toml-rs/toml (toml)
v1.1.4Compare Source
v1.1.3Compare Source
v1.1.2Compare Source
v1.1.1Compare Source
v1.1.0Compare Source
v1.0.7Compare Source
v1.0.6Compare Source
v1.0.5Compare Source
v1.0.4Compare Source
v1.0.3Compare Source
v1.0.2Compare Source
v1.0.1Compare Source
v1.0.0Compare Source
v0.9.12Compare Source
veeso/tui-realm (tui-realm-stdlib)
v4.1.0Compare Source
Released on 2026-05-02
Features
Attribute::HighlightStyleUnfocusedAttribute::HighlightStyleUnfocusedinCommonHighlightHighlightStyleUnfocusedproperlyhighlight_style_inactiveto set highlight style when unfocusedBug Fixes
Tablenot respecting row's line stylev4.0.0Compare Source
Released on 2026-04-18
⚠ Breaking Changes
TextSpan(String), introduceTextSpan,TextLineandTextPropsto align with common collection expectationsPropPayload& State "Tup3" and "Tup4" variantsPropPayload& State "One" to "Single" and "Tup2" to "Pair"Component::onparameterEventto be a referenceComponent(old) toAppComponent,MockComponenttoComponentComponent::queryto returnQueryResult(mainly making use ofAttrValueRef)Alignmentto be split intoAlignmentHorizontalandAlignmentVerticalFocusStyletoUnfocusedStyleHighlightColortoHighlightStylePollStrategyvariantsPortreturn values to bePortResult(Result<T, PortError>)Application::pollreturn type to bePollError(viaApplicationErrorwrapper)TerminalBridgePollStrategy::UpTowithPollStrategy::UpToNoWaitUpdatetraitCmdResultvariantNonetoNoChangeutils::get_title_or_centerProgressBartoGaugehighlighted_*functions tohighlight_*pasteto add more than one characters at a timeAdded
get_component(_mut)functiontermwizas a backendTestTerminalbackend for drawing & sending events for testing without actual backing terminaltesting::render_to_stringfor easy testing of component draw outputAlignmentHorizontalandAlignmentVerticalAlwaysActiveMarkerCmdResultvariantVisualPropValue*_colorand*_tablefunctionAttrValueRef,PropPayloadRefandPropValueRefEvent'sas_keyboard,as_mouseandas_userfunction to be publicLineGaugevia::line_styleSpinnercomponent.styleandmodifiersChanged
PropBoundExttraitMousemode when calling*_alternate_screenincrosstermbackendCmdResult::Invalidinstead ofCmdResult::NoneFixed
Performance
CommonPropsDocumentation
get-statedandadvancedhas been updated to be compatible with tuirelam 4.0Miscellaneous
Additionally, also read the 4.0 migration guide.
jdx/usage (usage-lib)
v5.1.0Compare Source
🚀 Features
🐛 Bug Fixes
🧪 Testing
📦️ Dependency Updates
v5.0.0Compare Source
🚀 Features
🐛 Bug Fixes
type -Pso the CLI-presence guard ignores shell functions by @JamBalaya56562 in #760run=scripts with sh when available by @JamBalaya56562 in #765🎨 Styling
v4.1.0Compare Source
🚀 Features
repositoryfield by @jdx in #747🐛 Bug Fixes
New Contributors
v4.0.0Compare Source
🚀 Features
v3.6.0Compare Source
🚀 Features
🚜 Refactor
v3.5.7Compare Source
🐛 Bug Fixes
v3.5.6Compare Source
🐛 Bug Fixes
v3.5.5Compare Source
🐛 Bug Fixes
🧪 Testing
v3.5.4Compare Source
🐛 Bug Fixes
🔍 Other Changes
📦️ Dependency Updates
New Contributors
v3.5.3Compare Source
🐛 Bug Fixes
v3.5.2: : musl publish fixCompare Source
A patch release that restores publishing of the
x86_64-unknown-linux-muslprebuilt binary, which failed to upload in v3.5.1.Fixed
x86_64-unknown-linux-muslfailed withcan't find crate for 'core'aftercrossfell back to hostcargowithout the target installed. The publish workflow now runsrustup target add ${{ matrix.target }}for each matrix entry (skipping the syntheticuniversal-apple-darwintarget) before invokingupload-rust-binary-action, so musl and other non-default triples build and upload reliably.Full Changelog: jdx/usage@v3.5.1...v3.5.2
💚 Sponsor usage
usage is built by @jdx at en.dev — an independent developer-tooling studio behind mise, aube, hk, and more. Work on usage is funded by sponsorships.
If
usagepowers CLI specs, docs, or completions for a tool you maintain or use, please consider sponsoring at en.dev. Every sponsorship helps the project stay independent and moving.v3.5.1Compare Source
🐛 Bug Fixes
New Contributors
v3.5.0Compare Source
🚀 Features
🐛 Bug Fixes
:by @zeitlinger in #666📦️ Dependency Updates
New Contributors
v3.4.0: : Readable KDL specs and tighter shell completionsCompare Source
A small but pleasant release: spec files round-trip with human-readable multiline strings instead of
\n-laden one-liners, and three completion-side bugs are fixed across zsh, nushell, and the parser.Added
Multiline KDL strings for descriptions (#639 by @gaojunran). When the spec serializer encounters a string value containing newlines — typically
long_help,help_md, multi-linecomplete runscripts, etc. — it now emits a KDL raw multiline string literal instead of a single-line string with embedded\nescapes:The number of
#delimiters is computed automatically so values containing embedded"""sequences are always escaped safely.Fixed
zsh: consistent single-quoting for choice values with spaces (#635).
usage complete-word --shell zshnow emits two tab-separated columns per match — a display string for_describe's menu rendering and a pre-shell-quoted insert string — and the generated completion script wires them through_describe ... -U -Q -S ''. Choice values likeAlice AliceorA B & Care inserted verbatim as'Alice Alice'instead of zsh's default mix of backslash and single-quote styles, and values starting with'correctly switch to menu-insert mode so the leading quote isn't truncated as a longest-common-prefix. If you have existing generated zsh completion scripts, regenerate them to pick up the fix.nushell: invoke commands as externals with
^(#638 by @silvanshade). Generated nushell completion scripts now prefix the user's CLI and theusagecallback with^, e.g.^mybin usage | collect | save $spec_fileand(^usage complete-word ...). Without the caret, nushell parsed baremybinas an internal function and errored withExtra positional argumentwhen loading the completion file.parser: keep inherited global flags when a subcommand re-declares them as non-global (#649 by @JamBalaya56562). A value-taking global flag (e.g.
-C/--cd) placed before a mounted subcommand whose definition re-declares the same flag withoutglobal=#truewas being dropped from the recognized-flag set on descent. The leftover token was then mis-parsed as a positional — producing errors likeInvalid choice for arg profile: -C, expected one of alpha, beta, gamma— and the flag's value was silently omitted fromas_env()and from the environment passed to mount scripts. This was the parser-side root cause referenced by jdx/mise#10069.New Contributors
Full Changelog: jdx/usage@v3.3.0...v3.4.0
💚 Sponsor usage
usage is built by @jdx at en.dev — an independent developer-tooling studio behind mise, aube, hk, and more. Work on usage is funded by sponsorships.
If
usagepowers CLI specs, docs, or completions for a tool you maintain or use, please consider sponsoring at en.dev. Every sponsorship helps the project stay independent and moving.v3.3.0Compare Source
🚀 Features
v3.2.1Compare Source
🐛 Bug Fixes
📦️ Dependency Updates
New Contributors
v3.2.0Compare Source
🚀 Features
choices env=...by @mustafa0x in #548🐛 Bug Fixes
New Contributors
v3.1.0Compare Source
🚀 Features
🐛 Bug Fixes
v3.0.0Compare Source
🚀 Features
📦️ Dependency Updates
v2.18.2Compare Source
🐛 Bug Fixes
📦️ Dependency Updates
New Contributors
v2.18.1Compare Source
🐛 Bug Fixes
v2.18.0: (Internal CI improvements)Compare Source
This is a maintenance release with no user-facing changes. The only modification is an internal CI/CD improvement that extracts the AI-powered release-note enhancement step into a separate GitHub Actions job, making it independently re-runnable if it fails due to transient errors.
There are no changes to the library, CLI, shell completions, spec format, or documentation.
Full Changelog: jdx/usage@v2.17.4...v2.18.0
v2.17.4Compare Source
🐛 Bug Fixes
v2.17.3Compare Source
v2.17.2Compare Source
v2.17.1Compare Source
v2.17.0Compare Source
🚀 Features
New Contributors
v2.16.2Compare Source
🐛 Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.