fix(deps): update rust crate validator to 0.18 #14

Merged
realaravinth merged 1 commit from renovate/validator-0.x into master 2024-06-07 19:50:43 +05:30
Member

This PR contains the following updates:

Package Type Update Change
validator dependencies minor 0.15 -> 0.18

Release Notes

Keats/validator (validator)

v0.18.1

Compare Source

  • Fix multiple custom validation
  • Fix nested error handling

v0.18.0

  • Fix regressions from the derive rewrite, some things are back to 0.16 (eg custom functions)
  • Remove require_nested, use required and nested validators instead
  • Always require nested on the field for nested validation

v0.17.0

  • Derive macro has been entirely rewritten
  • Validation is now done through traits that you can implement
  • Remove phone validator
  • Remove automatic use of serde rename for fields name (temporary)

v0.16.0

  • Allow passing code/message to required
  • Add does_not_contain validator
  • Check email length before validating it

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [validator](https://github.com/Keats/validator) | dependencies | minor | `0.15` -> `0.18` | --- ### Release Notes <details> <summary>Keats/validator (validator)</summary> ### [`v0.18.1`](https://github.com/Keats/validator/blob/HEAD/CHANGELOG.md#0181-20240411) [Compare Source](https://github.com/Keats/validator/compare/v0.18.0...v0.18.1) - Fix multiple custom validation - Fix nested error handling ### [`v0.18.0`](https://github.com/Keats/validator/blob/HEAD/CHANGELOG.md#0180-20240405) - Fix regressions from the derive rewrite, some things are back to 0.16 (eg custom functions) - Remove require_nested, use required and nested validators instead - Always require `nested` on the field for nested validation ### [`v0.17.0`](https://github.com/Keats/validator/blob/HEAD/CHANGELOG.md#0170-20240304) - Derive macro has been entirely rewritten - Validation is now done through traits that you can implement - Remove phone validator - Remove automatic use of serde rename for fields name (temporary) ### [`v0.16.0`](https://github.com/Keats/validator/blob/HEAD/CHANGELOG.md#0160-20220627) - Allow passing code/message to `required` - Add `does_not_contain` validator - Check email length before validating it </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-06-07 15:38:20 +05:30
renovate-bot added 1 commit 2024-06-07 15:38:20 +05:30
fix(deps): update rust crate validator to 0.18
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
01981268ff
realaravinth merged commit b3c56c37c8 into master 2024-06-07 19:50:43 +05:30
This repo is archived. You cannot comment on pull requests.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mCaptcha/ux-survey#14
No description provided.