chore(deps): update rust-patch-updates #1333
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/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
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 project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1333
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:
1.11.0→1.11.14.5.56→4.5.571.12.2→1.12.30.0.16→0.0.17Release Notes
tokio-rs/bytes (bytes)
v1.11.1Compare Source
BytesMut::reserveclap-rs/clap (clap)
v4.5.57Compare Source
Fixes
.value_terminator("--")caused problems with an argument with.last(true)rust-lang/regex (regex)
v1.12.3Compare Source
===================
This release excludes some unnecessary things from the archive published to
crates.io. Specifically, fuzzing data and various shell scripts are now
excluded. If you run into problems, please file an issue.
Improvements:
Switch from a Cargo
excludelist to anincludelist, and exclude someunnecessary stuff.
bourumir-wyngs/serde-saphyr (serde-saphyr)
v0.0.17: Borrowed cowsCompare Source
serde-saphyr now supports zero-copy deserialization for string fields when using
from_strorfrom_slice. This allows deserializing into&strfields that borrow directly from the input, avoiding allocation overhead.Borrowing works for any scalar whose parsed value exists verbatim in the input. If this is not the case, use
Cow<str>instead of &str. Reader-based entry points (from_reader) requireDeserializeOwnedand cannot return borrowed values.For maximum flexibility, use
Cow<'a, str>which borrows when possible and owns when transformation is required.New features
a[b],-oneora,b,care clear and valid as unquoted scalars.n,no,off, etc.) are quoted by default, but this can be turned off by settingyaml_12to true in serializer options. We found the quoting of the key 'y ' (as a coordinate - x, y, z) unnecessarily distracting.Preparing API for stable releases (1.x.x), where "breaking change" requirements are much more strict.
#[non_exhaustive]. This requires downstream code to include a wildcard (_) arm when matching on these enums, allowing us to add new variants in future releases without breaking user code. We acknowledge that introducing#[non_exhaustive]is itself a formally breaking change; however, since the crate is still in the 0.0.x series, we consider this the right time to make this adjustment.Options,SerializerOptions, andBudgetstructures should also now be created by macros:Otherwise, we would need to incremente major version number - breaking changes - every time we add a field to these structures, and we do often. Adding
#[non_exhaustive]makes them impossible to construct directly anyway, so some other approach must be tried. We decided to use macros. The old usage is still permitted but should be considered deprecated right now. We will add deprecation annotations in the next release, and the macro approach will be the only one in the first 1.x.x release.#[non_exhaustive]will be placed at this point.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.