Skip to content

fix(deps): update rust crate serde_with to v3.21.0#117

Open
elmarx wants to merge 1 commit into
masterfrom
renovate/serde_with-3.x-lockfile
Open

fix(deps): update rust crate serde_with to v3.21.0#117
elmarx wants to merge 1 commit into
masterfrom
renovate/serde_with-3.x-lockfile

Conversation

@elmarx

@elmarx elmarx commented Sep 20, 2025

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 3.14.0 -> 3.21.0

Release Notes

jonasbb/serde_with (serde_with)

v3.21.0: serde_with v3.21.0

Compare Source

Security
  • GHSA-7gcf-g7xr-8hxj: KeyValueMap serialization panics on empty sequence or map entries
    Bad or attacker controlled values could cause a panic while allocating too large values.
    Fixed in #​966 by setting a maximum allocation size during the creation of collections like Vec or sets.

    Thanks to @​7thParkk for reporting the issue.

Added
  • Add NoneAsZero adapter that maps Option<NonZero*> to a plain integer, encoding None as 0 by @​SAY-5 (#​486)
Changed
  • Re-enable link-to-definition on docs.rs (#​964)
Fixed
  • Fix some doc links to point to the correct types (#​963)
  • Re-enable unused_qualifications and fix the resulting findings by @​lms0806 (#​962)

v3.20.0: serde_with v3.20.0

Compare Source

Added
Fixed

v3.19.0: serde_with v3.19.0

Compare Source

Added
  • Add support for hashbrown v0.17 (#​940)

    This extends the existing support for hashbrown to the newly released version.

v3.18.0: serde_with v3.18.0

Compare Source

Added
  • Support OneOrMany with more sequence and set types (#​929)
Changed
  • Bump MSRV to 1.88 due to the darling dependency

v3.17.0: serde_with v3.17.0

Compare Source

Added
Changed
  • Switch to yaml_serde for a maintained yaml dependency by @​kazan417 (#​921)
  • Bump MSRV to 1.82, since that is required for yaml_serde dev-dependency.

v3.16.1: serde_with v3.16.1

Compare Source

Fixed
  • Fix JsonSchemaAs of SetPreventDuplicates and SetLastValueWins. (#​906, #​907)

v3.16.0: serde_with v3.16.0

Compare Source

Added

v3.15.1: serde_with v3.15.1

Compare Source

Fixed
  • Fix building of the documentation by updating references to use serde_core.

v3.15.0: serde_with v3.15.0

Compare Source

Added
  • Added error inspection to VecSkipError and MapSkipError by @​michelhe (#​878)
    This allows interacting with the previously hidden error, for example for logging.
    Checkout the newly added example to both types.

  • Allow documenting the types generated by serde_conv!.
    The serde_conv! macro now acceps outer attributes before the optional visibility modifier.
    This allow adding doc comments in the shape of #[doc = "..."] or any other attributes, such as lint modifiers.

    serde_conv!(
        #[doc = "Serialize bools as string"]
        #[allow(dead_code)]
        pub BoolAsString,
        bool,
        |x: &bool| ::std::string::ToString::to_string(x),
        |x: ::std::string::String| x.parse()
    );
  • Add support for hashbrown v0.16 (#​877)

    This extends the existing support for hashbrown v0.14 and v0.15 to the newly released version.

Changed
  • Bump MSRV to 1.76, since that is required for toml dev-dependency.

v3.14.1: serde_with v3.14.1

Compare Source

Fixed
  • Show macro expansion in the docs.rs generated rustdoc.
    Since macros are used to generate trait implementations, this is useful to understand the exact generated code.

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 is behind base branch, 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 Renovate Bot.

@elmarx elmarx force-pushed the renovate/serde_with-3.x-lockfile branch from 0a2579d to f2a68db Compare October 4, 2025 06:11
@elmarx elmarx changed the title fix(deps): update rust crate serde_with to v3.14.1 fix(deps): update rust crate serde_with to v3.15.0 Oct 4, 2025
@elmarx elmarx force-pushed the renovate/serde_with-3.x-lockfile branch from f2a68db to 7c4adb7 Compare October 22, 2025 06:14
@elmarx elmarx changed the title fix(deps): update rust crate serde_with to v3.15.0 fix(deps): update rust crate serde_with to v3.15.1 Oct 22, 2025
@elmarx elmarx force-pushed the renovate/serde_with-3.x-lockfile branch from 7c4adb7 to 67e640a Compare November 15, 2025 06:12
@elmarx elmarx changed the title fix(deps): update rust crate serde_with to v3.15.1 fix(deps): update rust crate serde_with to v3.16.0 Nov 15, 2025
@elmarx elmarx force-pushed the renovate/serde_with-3.x-lockfile branch from 67e640a to 39043b3 Compare November 18, 2025 06:24
@elmarx elmarx force-pushed the renovate/serde_with-3.x-lockfile branch from 39043b3 to e32e746 Compare November 28, 2025 06:14
@elmarx elmarx changed the title fix(deps): update rust crate serde_with to v3.16.0 fix(deps): update rust crate serde_with to v3.16.1 Nov 28, 2025
@elmarx elmarx force-pushed the renovate/serde_with-3.x-lockfile branch from e32e746 to bced817 Compare February 25, 2026 06:34
@elmarx elmarx changed the title fix(deps): update rust crate serde_with to v3.16.1 fix(deps): update rust crate serde_with to v3.17.0 Feb 25, 2026
@elmarx elmarx force-pushed the renovate/serde_with-3.x-lockfile branch from bced817 to ee9188c Compare March 14, 2026 06:26
@elmarx elmarx changed the title fix(deps): update rust crate serde_with to v3.17.0 fix(deps): update rust crate serde_with to v3.18.0 Mar 14, 2026
@elmarx elmarx changed the title fix(deps): update rust crate serde_with to v3.18.0 fix(deps): update rust crate serde_with to v3.19.0 May 3, 2026
@elmarx elmarx force-pushed the renovate/serde_with-3.x-lockfile branch from ee9188c to bd14b3d Compare May 3, 2026 07:04
@elmarx elmarx force-pushed the renovate/serde_with-3.x-lockfile branch from bd14b3d to a8765ad Compare May 11, 2026 07:31
@elmarx elmarx changed the title fix(deps): update rust crate serde_with to v3.19.0 fix(deps): update rust crate serde_with to v3.20.0 May 11, 2026
@elmarx elmarx force-pushed the renovate/serde_with-3.x-lockfile branch from a8765ad to ca81523 Compare June 5, 2026 07:46
@elmarx elmarx changed the title fix(deps): update rust crate serde_with to v3.20.0 fix(deps): update rust crate serde_with to v3.21.0 Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant