fix(deps): update rust crate serde_valid to v2 #97
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.18.0→2.0.0Release Notes
ya7010/serde_valid (serde_valid)
v2.0.1Compare Source
What's Changed
Full Changelog: ya7010/serde_valid@v2.0.0...v2.0.1
v2.0.0Compare Source
What's Changed
In addition to minor bug fixes, we changed the type of the
Errorproperty key type fromStringtoCow<'_, 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.0Compare Source
v0.25.1Compare Source
What's Changed
Full Changelog: ya7010/serde_valid@v0.25.0...v0.25.1
v0.25.0: v2.5.0Compare Source
proc_macro_errortoproc_macro_error2. (yassun7010#84)v0.24.0Compare 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
#[validate(..., message_l10n = ???)]v0.23.0Compare Source
New Features:
v0.22.0Compare Source
v0.21.0Compare Source
Breaking Change
flattenfeature (#66)v0.20.0Compare Source
New features:
v0.19.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.