Skip to content

fix(deps): update rust crate serde_valid to v2#97

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/serde_valid-2.x
Open

fix(deps): update rust crate serde_valid to v2#97
renovate[bot] wants to merge 1 commit intomainfrom
renovate/serde_valid-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2026

This PR contains the following updates:

Package Type Update Change
serde_valid dependencies major 0.18.02.0.0

Release Notes

ya7010/serde_valid (serde_valid)

v2.0.1

Compare Source

What's Changed

Full Changelog: ya7010/serde_valid@v2.0.0...v2.0.1

v2.0.0

Compare Source

What's Changed

In addition to minor bug fixes, we changed the type of the Error property key type from String to Cow<'_, str>.

Breaking Changes
Other changes

Full Changelog: ya7010/serde_valid@v1.0.5...v2.0.0

v1.0.5: 🎉

Compare Source

What's Changed

Full Changelog: ya7010/serde_valid@v1.0.4...v1.0.5

v1.0.4: 🎉

Compare Source

Since the functionality has been stable for a while after the last major functionality change,
we decided to remove the old functionality and release it as v1.

Full Changelog: ya7010/serde_valid@v1.0.3...v1.0.4

v1.0.0

Compare Source

v0.25.1

Compare Source

What's Changed

Full Changelog: ya7010/serde_valid@v0.25.0...v0.25.1

v0.25.0: v2.5.0

Compare Source

v0.24.0

Compare Source

Breaking Changes

By switching to syn v2, attributes can now be specified more naturally.
This disruptive change provides a uniform policy for how attributes are written.

To provide a transition period and to guide you going forward, warnings will be displayed for existing writing styles.

The following is a change in the way attributes are specified.

  • #[validate(enumerate(???))] -> #[validate(enumerate = [???])]( yassun7010#73)
  • #[validate(custom(???))] -> #[validate(custom = ???)] (yassun7010#75)
  • #[validate(..., message_fn(???))] -> #[validate(..., message_fn = ???)] (yassun7010#76)

New Feeatures

  • Support #[validate(..., message_l10n = ???)]

v0.23.0

Compare Source

New Features:

v0.22.0

Compare Source

v0.21.0

Compare Source

Breaking Change

  • remove flatten feature (#​66)

v0.20.0

Compare Source

New features:

v0.19.0

Compare 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.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update Rust crate serde_valid to v2 fix(deps): update rust crate serde_valid to v2 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/serde_valid-2.x branch from 0478dbc to 842821a Compare February 4, 2026 13:51
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.

0 participants