chore(deps): update rust-patch-updates #1378
No reviewers
Labels
No labels
Blocked
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/rust-patch-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4.5.57→4.5.580.2.180→0.2.1820.0.17→0.0.182.0.114→2.0.1150.9.11+spec-1.1.0→0.9.12Release Notes
clap-rs/clap (clap)
v4.5.58Compare Source
rust-lang/libc (libc)
v0.2.182Compare Source
Added
tgkill(#4970)RENAME_NOREPLACE(#4968)renameat2(#4968)v0.2.181Compare Source
Added
MADV_ZERO(#4924)makedev,major, andminor(#4928)PTRACE_SET_SYSCALL_INFO(#4933)max_align_t(#4927)_CS_PATH(#4956)ppoll(#4957)Fixed
dev_t(#4928)tc{g,s}etattr(#4938)cf{g,s}et{i,o}speedon mips{32,64}r6 (#4938)ptrace_thread_state(#4947)PTHREAD_MUTEX_{NORMAL, RECURSIVE}(#4943)Changed
SO_*constants (#4937)bourumir-wyngs/serde-saphyr (serde-saphyr)
v0.0.18: Customizable & Deferred Error RenderingCompare Source
This release introduces a major overhaul of the error reporting system. Default messages remain developer oriented: they do not just report invalid YAML, they assist the developer in adopting and integrating the crate. They may mention recommended API, comment on data structures, parsing settings, something the end user has no clue about. To produce user-facing messages instead, it is now possible to switch into UserMessageFormatter, or produce the custom formatter with full control over the message rendering. See the new pirate_formatter example for control over rendering.
Customizable & Deferred Error Rendering (#67)
Errors are no longer pre-formatted strings. Instead, they retain structured data and can be rendered lazily using the new
MessageFormattertrait.UserMessageFormatter: A built-in formatter that produces friendly, end-user-facing messages (hiding internal parser details).Localizer: A new trait allowing full customization of error prefixes, labels (e.g., "defined at"), and message text, enabling internationalization (i18n).Other changes
Zero-Copy from Bytes. The
from_slice_with_optionsfunction has been generalized to support borrowing from the input byte slice. The function signature was updated tofn from_slice_with_options<'de, T>(bytes: &'de [u8], ...). This is generally backward compatible but allowsTto borrow frombytes.miette: -to_miette_reportnow generates rich diagnostics that respect your customMessageFormatter.Errortype: TheErrorenum has changed significantly internally to support the new features. Pattern matching onErrorvariants usually requiresnon_exhaustivehandling (which was already true), but some variant fields have changed.smallvec1.x: The internal dependency onsmallvecwas moved from2.0.0-alphato the long-standing stable 1.x series. While2.0.0-alphahas worked reliably for us, it has remained in alpha for an extended period, and keeping an alpha crate in the dependency tree is undesirable. Versions in the range >= 1.0.0, < 1.16.0 have been tested and confirmed to work, so the dependency constraint has been widened accordingly. This change does not affect the public API.dtolnay/syn (syn)
v2.0.115Compare Source
toml-rs/toml (toml)
v0.9.12Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Renovate Bot.