chore(deps): update rust crate jsonschema to v0.50.1 #38

Merged
martin merged 1 commit from renovate/dependencies-(non-major) into master 2026-08-23 08:34:10 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
jsonschema dependencies patch 0.50.00.50.1

Release Notes

Stranger6667/jsonschema (jsonschema)

v0.50.1

Changed
  • CanonicalSchema::satisfiability answers Yes for a string whose pattern or format a matching value can be built from.
  • CanonicalSchema::satisfiability answers No where a format takes no string of the length the schema asks for.
Fixed
  • CanonicalSchema::negate taking apart a union that reads a definition through its own if, so a schema and its negation shared a value.
  • CanonicalSchema::subtract dropping a Draft 4 array member an element demand partly takes.
  • CanonicalSchema::covers answering Yes where a Draft 4 element demand refuses a member.
  • A string schema whose maxLength is 0 keeping a pattern, format, or content facet unread, so the same constraints written in one object and written as an allOf reached different canonical forms.
Performance
  • not over a wide object schema costs its branch count instead of its square.
  • not over an object schema is linear in its property count, not quadratic.
  • not over an object schema with additionalProperties: false no longer costs cubic time in its property count.

Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jsonschema](https://github.com/Stranger6667/jsonschema) | dependencies | patch | `0.50.0` → `0.50.1` | --- ### Release Notes <details> <summary>Stranger6667/jsonschema (jsonschema)</summary> ### [`v0.50.1`](https://github.com/Stranger6667/jsonschema/blob/HEAD/CHANGELOG.md#0501---2026-08-22) ##### Changed - `CanonicalSchema::satisfiability` answers `Yes` for a string whose `pattern` or `format` a matching value can be built from. - `CanonicalSchema::satisfiability` answers `No` where a `format` takes no string of the length the schema asks for. ##### Fixed - `CanonicalSchema::negate` taking apart a union that reads a definition through its own `if`, so a schema and its negation shared a value. - `CanonicalSchema::subtract` dropping a Draft 4 array member an element demand partly takes. - `CanonicalSchema::covers` answering `Yes` where a Draft 4 element demand refuses a member. - A string schema whose `maxLength` is `0` keeping a `pattern`, `format`, or content facet unread, so the same constraints written in one object and written as an `allOf` reached different canonical forms. ##### Performance - `not` over a wide object schema costs its branch count instead of its square. - `not` over an object schema is linear in its property count, not quadratic. - `not` over an object schema with `additionalProperties: false` no longer costs cubic time in its property count. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
chore(deps): update rust crate jsonschema to v0.50.1
All checks were successful
ci/woodpecker/pr/pr-review Pipeline was successful
ci/woodpecker/pr/global-rust-generate-verify Pipeline was successful
a334988bf9
martin merged commit e72ff11255 into master 2026-08-23 08:34:10 +00:00
martin deleted branch renovate/dependencies-(non-major) 2026-08-23 08:34:10 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
martin/recurring-events!38
No description provided.