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

Merged
realaravinth merged 1 commit from renovate/validator-0.x into master 2024-06-08 14:36:08 +05:30
Member

This PR contains the following updates:

Package Type Update Change
validator dependencies minor 0.14 -> 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

v0.15.0

Compare Source

  • Allow passing args to schema validator
  • Implement HasLen for map/set types
  • Remove validator_types from validator crate
  • Add ValidationErrors::errors_mut
  • Ignore unsupported fields rather than erroring

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.14` -> `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 ### [`v0.15.0`](https://github.com/Keats/validator/blob/HEAD/CHANGELOG.md#0150-20220503) [Compare Source](https://github.com/Keats/validator/compare/v0.14.0...v0.15.0) - Allow passing args to schema validator - Implement HasLen for map/set types - Remove `validator_types` from validator crate - Add ValidationErrors::errors_mut - Ignore unsupported fields rather than erroring </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-06-08 01:26:46 +05:30
renovate-bot force-pushed renovate/validator-0.x from a25b42c97c to d937fe257f 2024-06-08 13:07:12 +05:30 Compare
realaravinth merged commit 518a5d58cb into master 2024-06-08 14:36:08 +05:30
Sign in to join this conversation.
No description provided.