Skip to content

chore(deps): update rust crate jsonschema to 0.53 - #1955

Merged
gtema merged 1 commit into
mainfrom
renovate/jsonschema-0.x
Sep 5, 2026
Merged

chore(deps): update rust crate jsonschema to 0.53#1955
gtema merged 1 commit into
mainfrom
renovate/jsonschema-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
jsonschema workspace.dependencies minor 0.520.53

Release Notes

Stranger6667/jsonschema (jsonschema)

v0.53.0

Added
  • Location::segments, iterating the segments without collecting them.
  • CanonicalizeOptions::prepare, canonicalizing any number of a document's subschemas by JSON Pointer, with the document indexed once.
  • CLI: the --at POINTER flag of jsonschema canonicalize, canonicalizing only the subschema at that pointer without breaking its references into the rest of the document.
  • CLI: jsonschema canonicalize reads YAML schemas (.yaml/.yml) as well as JSON.
  • canonical::{ArrayView, IntegerView, NumberView, ObjectView, StringView, TypedGroupView}, the payload types of CanonicalView, so consumers can name them in signatures.
Fixed
  • jsonschema-value failing to build with default-features = false.
  • jsonschema-value failing to build for wasm32-unknown-unknown, which needs getrandom's wasm_js backend.
  • Draft 4 type: integer accepting numbers written with an exponent, like 1e2.
  • Draft 4 type: integer answering differently for the same number across representations.
  • uniqueItems accepting 0 alongside -0.0 in arrays of more than 15 items.
Performance
  • Canonicalizing an allOf of object schemas walks their property maps once instead of looking every key up.
  • properties and required compare short names without memcmp.
  • Building a schema is up to 5% faster, from cheaper cache sharing and resolving each $ref target once.
  • Building a schema with an $id is up to 15% faster, from encoding each absolute location once.
  • required scans small objects once instead of looking up each key.
  • enum listing strings or integers, with or without null, matches against a set instead of comparing each candidate.
  • evaluate is up to 33% faster, from rendering each node's locations once.
  • CLI: 1.4-1.5x faster on large schemas, from reading files before parsing them.
  • Draft 4 type: integer with arbitrary-precision no longer allocates a string per number.
  • type: integer, and type sets containing it, are up to 54x faster on float-heavy instances with arbitrary-precision.
  • Draft 4 type: integer is up to 20x faster for the Pyo3 and Magnus representations.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/jsonschema-0.x branch 3 times, most recently from 5c8f075 to f5995a5 Compare August 23, 2026 20:41
@renovate renovate Bot changed the title chore(deps): update rust crate jsonschema to 0.50 chore(deps): update rust crate jsonschema to 0.51 Aug 23, 2026
@renovate
renovate Bot force-pushed the renovate/jsonschema-0.x branch from f5995a5 to 50d54c5 Compare August 27, 2026 00:35
@renovate renovate Bot changed the title chore(deps): update rust crate jsonschema to 0.51 chore(deps): update rust crate jsonschema to 0.52 Aug 27, 2026
@renovate
renovate Bot force-pushed the renovate/jsonschema-0.x branch 3 times, most recently from 438fc3c to e5b5e19 Compare August 31, 2026 10:42
@gtema gtema closed this Aug 31, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate jsonschema to 0.52 chore(deps): update rust crate jsonschema to 0.52 - autoclosed Aug 31, 2026
@renovate
renovate Bot deleted the renovate/jsonschema-0.x branch August 31, 2026 11:40
@renovate renovate Bot changed the title chore(deps): update rust crate jsonschema to 0.52 - autoclosed chore(deps): update rust crate jsonschema to 0.53 Sep 5, 2026
@renovate renovate Bot reopened this Sep 5, 2026
@renovate
renovate Bot force-pushed the renovate/jsonschema-0.x branch 2 times, most recently from e5b5e19 to 21eda03 Compare September 5, 2026 02:13
@gtema
gtema merged commit 6a6c1aa into main Sep 5, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant