somehowchris / rocket-validation

A guard to validate data received by rocket via validator
16 stars 4 forks source link

fix(deps): update rust crate validator to 0.18.0 #34

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
validator dependencies minor 0.16.1 -> 0.18.0

Release Notes

Keats/validator (validator) ### [`v0.18.1`](https://togithub.com/Keats/validator/blob/HEAD/CHANGELOG.md#0181-20240411) [Compare Source](https://togithub.com/Keats/validator/compare/v0.18.0...v0.18.1) - Fix multiple custom validation - Fix nested error handling ### [`v0.18.0`](https://togithub.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://togithub.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)

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 has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 12.30%. Comparing base (504302d) to head (97bdc30).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #34 +/- ## ========================================== + Coverage 12.10% 12.30% +0.20% ========================================== Files 4 4 Lines 2355 2348 -7 ========================================== + Hits 285 289 +4 + Misses 2070 2059 -11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.