chore(deps): update rust crates (major) - #1783
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
✅ Deploy Preview for viteplus-preview canceled.
|
renovate
Bot
force-pushed
the
renovate/major-rust-crates
branch
2 times, most recently
from
June 14, 2026 17:39
af3cd19 to
79e2650
Compare
renovate
Bot
force-pushed
the
renovate/major-rust-crates
branch
3 times, most recently
from
June 28, 2026 16:47
44bd38e to
bf03de2
Compare
renovate
Bot
force-pushed
the
renovate/major-rust-crates
branch
2 times, most recently
from
July 5, 2026 16:19
c4a933f to
d551305
Compare
renovate
Bot
force-pushed
the
renovate/major-rust-crates
branch
2 times, most recently
from
July 7, 2026 15:17
91a6582 to
87b4e56
Compare
This comment was marked as resolved.
This comment was marked as resolved.
renovate
Bot
force-pushed
the
renovate/major-rust-crates
branch
from
August 16, 2026 17:29
300ca25 to
722ccaf
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
Native binary sizes (
|
| Artifact | Format | Base | PR | Change |
|---|---|---|---|---|
vp (Linux x64) |
Binary | 10.74 MiB | 10.74 MiB | +4.00 KiB (+0.04%) |
vp (Linux x64) |
gzip -9 | 4.65 MiB | 4.65 MiB | +3.10 KiB (+0.07%) |
| NAPI (Linux x64) | Binary | 32.20 MiB | 32.20 MiB | 0 B (0.00%) |
| NAPI (Linux x64) | gzip -9 | 12.69 MiB | 12.70 MiB | +5.74 KiB (+0.04%) |
vp (macOS ARM64) |
Binary | 8.03 MiB | 8.03 MiB | 0 B (0.00%) |
vp (macOS ARM64) |
gzip -9 | 4.05 MiB | 4.06 MiB | +1.83 KiB (+0.04%) |
| NAPI (macOS ARM64) | Binary | 39.79 MiB | 39.79 MiB | -16 B (-0.00%) |
| NAPI (macOS ARM64) | gzip -9 | 16.99 MiB | 16.99 MiB | -4.02 KiB (-0.02%) |
vp (Windows x64) |
Binary | 8.63 MiB | 8.64 MiB | +8.00 KiB (+0.09%) |
vp (Windows x64) |
gzip -9 | 3.77 MiB | 3.77 MiB | +3.69 KiB (+0.10%) |
| NAPI (Windows x64) | Binary | 27.04 MiB | 27.04 MiB | +4.00 KiB (+0.01%) |
| NAPI (Windows x64) | gzip -9 | 10.75 MiB | 10.76 MiB | +725 B (+0.01%) |
| Trampoline (Windows x64) | Binary | 214.00 KiB | 214.00 KiB | 0 B (0.00%) |
| Trampoline (Windows x64) | gzip -9 | 103.20 KiB | 103.20 KiB | 0 B (0.00%) |
| Installer (Windows x64) | Binary | 4.50 MiB | 4.51 MiB | +7.50 KiB (+0.16%) |
| Installer (Windows x64) | gzip -9 | 2.11 MiB | 2.11 MiB | +2.49 KiB (+0.12%) |
renovate
Bot
force-pushed
the
renovate/major-rust-crates
branch
from
August 17, 2026 06:38
5faff68 to
b13e78f
Compare
renovate
Bot
force-pushed
the
renovate/major-rust-crates
branch
from
August 23, 2026 18:47
306068b to
633f7eb
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:
1.4.1→2.0.03.2.0→4.0.02→37.2→8.0Release Notes
tesuji/junction (junction)
v2.0.0Compare Source
Changed
junction::get_targetnow doesn't check whether the junction's destination directory exists.See #34 for more information.
palfrey/serial_test (serial_test)
v4.0.1Compare Source
As per v4.0.0, but with the root MSRV correctly set to 1.93.1
v4.0.0Compare Source
What's Changed
synto v3 by @AudaciousAxiom in #159New Contributors
Full Changelog: palfrey/serial_test@v3.5.0...v4.0.0
dtolnay/syn (syn)
v3.0.3Compare Source
v3.0.2Compare Source
Error::new_range(start..end, "msg")(#2068, #2070)Cursor::prev_spanv3.0.1Compare Source
v3.0.0Compare Source
This release contains adjustments to the syntax tree to account for ongoing Rust language development from the 3 years since syn 2.0.0 and to anticipate some in-flight Rust language RFCs.
These include: default values in fields, pinned type sugar, raw lifetimes, generator blocks and functions, unnamed enum variants, attributes in tuple types and tuple patterns, named arguments in parenthesized generic argument lists, lightweight clones, const traits, const function pointers, mutability restricted fields, supertrait auto implementation, final associated functions, trait implementability restrictions, const blocks in path arguments, item-level const blocks, return type notation, never patterns, function delegation, mutable by-reference bindings, in-place initialization, field projections, explicitly dyn-compatible traits, view types, file-level frontmatter, generic const arguments, guard patterns, lazy type aliases, explicitly safe foreign items, super let, unsafe fields, pattern types, heterogeneous try-blocks, function contracts, async function trait bounds, static closure coroutine syntax, unsafe binder types, move expressions, for-await loops, and postfix keywords.
[API documentation for 3.0]
Breaking changes
Modifiers
To reserve more room for language evolution, there are 10 new non-exhaustive structs in the syntax tree having the following commonality:
Name ending in
Modifiers. {BlockModifiers,ClosureModifiers,ConstModifiers,FieldModifiers,FnModifiers,ImplModifiers,LocalModifiers,TraitBoundModifiers,TraitModifiers,TypeModifiers}Each implements
Default. The default value is guaranteed to comprise no tokens.Non-exhaustive. Can only be instantiated by Syn's parser or by creating and then mutating
▁▁Modifiers::default().Does not implement
Parse. When parsing, they are parsed by the enclosing syntax tree node.Does not implement
ToTokens. In some cases the syntax that these nodes might hold in the future is not necessarily contiguous tokens.Provides
.require_empty() -> Result<()>which returns a meaningfully spanned error if the modifiers are different from the empty default. This enables a caller to reject syntax it does not recognize without knowing what that syntax may be.Types
Type::BareFnhas been renamed toType::FnPtrto mirror the compiler's terminology. Together with this,BareVariadicis renamed toFnPtrVariadic.The mutually exclusive
const_tokenandmutabilityfields ofType::Ptrhave been unified into an enum of typePointerMutability, which was already previously used byExpr::RawAddr.Every
Typevariant now holds attributes, which can represent the attributes of element types inside a tuple type, or attributes for a function return type.BareFnArgis renamed toNamedArgand is used inParenthesizedGenericArguments, in addition to the existing use inType::FnPtr.Expressions
Expr::Closure, the fieldsor1_tokenandor2_tokenhave been renamed toinputs_beginandinputs_endto indicate the beginning and ending|token of the closure inputs.Statements
Patterns
guardfield ofArmis replaced by a newPat::Guardvariant held in the arm'spat.Items
The
unsafetyfield ofSignature, which represented the presence or absence ofunsafe, is replaced by a 3-waySafetyenum which may be safe, unsafe, or default.ForeignItem::Staticalso gets aSafety.Some of the fields of
Receiverhave been split to a non-exhaustiveReceiverKindenum to create room for proposed new kinds of method receivers, such as pinned.Type aliases now hold a
WhereClausePlacementto distinguish between early placement (which is the default for item-level type aliases and is deprecated in associated type aliases) and late placement (which is the default for associated type aliases and is unstable in item-level type aliases). Parsing and printing a syntax tree will now preserve the where-clause placement rather than rewriting it to the default placement for the item kind.Generics
WherePredicate::LifetimeandWherePredicate::Typehave a new field holding the attributes on the where-predicates.GenericParam::TypeandGenericParam::Constnow match the rest of the syntax tree in holding their optional default using a single Option of tuple, rather than a pair of Option.Literals
The
Parseimplementation ofLifetimeno longer permits keyword lifetimes, matching a change in Rust 1.81 to deny such lifetimes pre-expansion.Lifetime::parse_anymay be used to parse lifetimes permissive of keywords.LitIntandLitFloatno longer implementFrom<proc_macro2::Literal>. UseLit::new(literal)and then matchLit::IntorLit::Float.The
StrStyleenum was unused and has been deleted.More
Filecontains a newOption<Frontmatter>, but does not yet parse frontmatter insyn::parse_fileuntil that language feature progresses closer to stabilization.Some enums no longer provide
Fromimpls. Construct the variant by name instead, such asExpr::Array(e)in place ofe.into().The
popmethod ofPunctuated<T, P>now returnsOption<T>discarding the trailing punctuation if any, rather thanOption<Pair<T, P>>. A new methodpop_pairprovides the old behavior.Syntax tree traversal (
visit,visit_mut,fold) no longer provides a method for processingSpan. This was already incompletely supported and never walked most of the spans in a syntax tree.The
SpeculativeandAnyDelimitertraits have been sealed and cannot be implemented for types outside of Syn'sParseStream.zip-rs/zip2 (zip)
v8.6.0Compare Source
🚀 Features
compression not supportedas enum error (#774)🐛 Bug Fixes
[u8]as filename (#775)🚜 Refactor
ZipFlagsas non-exhaustive and add test forHasZipMetadata(#777)v8.5.1Compare Source
🚜 Refactor
v8.5.0Compare Source
🐛 Bug Fixes
zip64 commentand addzip64 extensible data sector(#747)🚜 Refactor
⚙️ Miscellaneous Tasks
v8.4.0Compare Source
🚀 Features
🚜 Refactor
read.rsfor code readability (#744)⚡ Performance
⚙️ Miscellaneous Tasks
v8.3.1Compare Source
🚜 Refactor
AexEncryption::new(#736)⚙️ Miscellaneous Tasks
v8.3.0Compare Source
🚀 Features
🐛 Bug Fixes
🚜 Refactor
src/read/stream.rs(#731)Deps
zeroize_derive(#720)v8.2.0Compare Source
🚀 Features
bzip2-rsis enabled, sincebzip2/bzip2-sysnow supports it (#685)🐛 Bug Fixes
🚜 Refactor
⚡ Performance
v8.1.0Compare Source
🚀 Features
🐛 Bug Fixes
v8.0.0Compare Source
🚀 Features
DateTime(#597)v7.4.0Compare Source
🚀 Features
v7.3.0Compare Source
🚀 Features
🐛 Bug Fixes
unreservedand make the mapping of extra fields public (#616)⚙️ Miscellaneous Tasks
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Enabled.
♻ 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.