chore(deps): update rust crates (major)#362
Merged
branchseer merged 2 commits intomainfrom May 5, 2026
Merged
Conversation
Contributor
Author
|
b9bc4ff to
128818a
Compare
- ts-rs 12: TS trait methods now take a `&Config` parameter; pass `Config::default()` at call sites and update `TS` impls accordingly - ts-rs 12: HashMap keys are now optional in generated TS; update the checked-in `run-config.ts` snapshot to match
128818a to
045c552
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.6→1.02.7.0→3.0.00.9.5→1.0.011.1.0→12.0.0Release Notes
mmastrac/linktime (ctor)
v1.0.0Compare Source
What's Changed
Full Changelog: mmastrac/linktime@ctor-0.13.1...ctor-1.0.0
v0.13.1Compare Source
mitsuhiko/similar (similar)
v3.1.0Compare Source
capture_diff_slices_by_keyandcapture_diff_slices_by_key_deadlineas convenience helpers for diffing slices by derived keys.
Compactemitting inconsistentDiffOpcursor positions aftercompaction, which could leave
Delete/Insertoperations with stalenew_index/old_indexvalues.+ use<...>) on iterator-returning APIs toimprove compatibility with Rust 2024 lifetime capture behavior. #93
v3.0.0Compare Source
Algorithm::Histogram, including deadline-aware Myers fallback andcomprehensive regression/behavior tests.
Algorithm::Hunt.InlineChangeOptionsandInlineChangeMode, including semantic cleanup and newTextDiff::iter_inline_changes_with_options*methods. #92algorithms::diff_deadlineto avoid pathological runtimes on large, fully distinct inputs.
Algorithm::Myersperformance on heavily unbalanced diffs toavoid pathological slowdowns.
diff_deadline_rawentrypoints in the algorithm modules to bypassshared heuristics and keep minimal intrinsic trait bounds where needed.
examples/diffsthat can be used with the some of theexamples as input pairs.
CachedLookup, a helper for adapting virtual or computed sequences bymaterializing items on first access and then serving borrowed values through
normal indexing. The
owned-lookupexample demonstrates this approach forissue #33.
TextDiff::from_*andTextDiffConfig::diff_*now accept owned inputs(
String,Vec<u8>,Cow) in addition to borrowed inputs. This allowsreturning text diffs from functions without external owner lifetimes. #65
TextDiffno longer exposesold_slices/new_slices. Useold_len,new_len,old_slice,new_slice,iter_old_slices,iter_new_slices,old_lookup, andnew_lookupinstead.TextDiff::iter_changesnow panics on invalid out-of-boundsDiffOpranges instead of silently truncating iteration.
utils::diff_lines_inlinenow takes&TextDiffand options rather than(Algorithm, old, new, options).utils::diff_linesnow avoids a second line-tokenization pass.get_diff_ratiotodiff_ratio.no_std + allocsupport with an explicit defaultstdfeature.
hashbrownbackend forno_stdmap storage(
default-features = false, features = ["hashbrown"]), while the defaultno_stdbackend usesalloc::collections::BTreeMap.Capture::new,Replace::new,NoFinishHook::new,InlineChangeOptions::new,TextDiff::configure).toml-rs/toml (toml)
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
Aleph-Alpha/ts-rs (ts-rs)
v12.0.0Compare Source
Breaking
Record<symbol, never>(#431)HashMapto{ [key in K]: V }ifKis not an enum (#446)Features
TS_RS_LARGE_INTenvironment variable to configure binding fori64,u64,i128, etc. (#448)arrayvec(#469)jiff(#458)Fixes
#[serde(borrow)](#471)#[serde(crate = "..")](#447)#[ts(optional)]on anOption<Generic>(#454)Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.