Skip to content

chore(deps): update rust crate serde_with to v3.22.0 - #137

Merged
mogenius-renovate-bot[bot] merged 1 commit into
mainfrom
renovate/serde_with-3.x-lockfile
Aug 12, 2026
Merged

chore(deps): update rust crate serde_with to v3.22.0#137
mogenius-renovate-bot[bot] merged 1 commit into
mainfrom
renovate/serde_with-3.x-lockfile

Conversation

@mogenius-renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 3.21.03.22.0

Release Notes

jonasbb/serde_with (serde_with)

v3.22.0: serde_with v3.22.0

Compare Source

Added
  • Add support for jiff v0.2 behind the new jiff_0_2 feature flag (#​936)
    jiff::SignedDuration works with DurationSeconds and its variants.
    jiff::Timestamp, jiff::Zoned, and jiff::civil::DateTime work with TimestampSeconds and its variants.
    Deserializing a jiff::Zoned uses the system time zone, like chrono::DateTime<Local>.
Fixed
  • Extend the GHSA-7gcf-g7xr-8hxj fix to the duplicate-key-prevention collections.
    The rust::sets_duplicate_value_is_error, rust::maps_duplicate_key_is_error, rust::sets_last_value_wins, and rust::maps_first_key_wins adapters created their backing sets/maps with with_capacity_and_hasher using the raw deserializer size_hint, bypassing the size_hint_cautious cap added in #​966 (the clippy.toml disallowed_methods lint only covers Vec::with_capacity, not with_capacity_and_hasher, so these sites were not flagged).
    Attacker-controlled input claiming a huge length could panic with Hash table capacity overflow before a single element was read. All such constructions now route through size_hint_cautious.

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

Signed-off-by: mogenius-renovate-bot[bot] <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com>
@mogenius-renovate-bot
mogenius-renovate-bot Bot merged commit 35f7641 into main Aug 12, 2026
2 checks passed
@mogenius-renovate-bot
mogenius-renovate-bot Bot deleted the renovate/serde_with-3.x-lockfile branch August 12, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants