XXII-AI / Lours

🐻 Lours, the pandas companion
https://lours.readthedocs.io
MIT License
16 stars 1 forks source link

fix(deps): update dependency jsonschema-rs to ^0.19.0 #14

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonschema-rs (changelog) ^0.18.3 -> ^0.19.0 age adoption passing confidence

Release Notes

Stranger6667/jsonschema-rs (jsonschema-rs) ### [`v0.19.1`](https://redirect.github.com/Stranger6667/jsonschema-rs/blob/HEAD/CHANGELOG.md#0191---2024-09-15) ##### Fixed - `ipv4` format validation. [#​512](https://redirect.github.com/Stranger6667/jsonschema-rs/issues/512) ### [`v0.19.0`](https://redirect.github.com/Stranger6667/jsonschema-rs/blob/HEAD/CHANGELOG.md#0190---2024-09-14) ##### Added - `jsonschema::compile` shortcut. ##### Changed - Bump MSRV to `1.70`. ##### Fixed - `uuid` format validation. - Combination of `unevaluatedProperties` with `allOf` and `oneOf`. [#​496](https://redirect.github.com/Stranger6667/jsonschema-rs/issues/496) ##### Deprecated - `cli` feature in favor of a separate `jsonschema-cli` crate. - `draft201909` and `draft202012` features. The relevant functionality is now enabled by default. ##### Performance - `uuid` validation via `uuid-simd`.

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.

codecov[bot] commented 2 months ago

Codecov Report

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