Skip to content

Commit

Permalink
chore(deps-rs): update jsonschema requirement from 0.23.0 to 0.24.0 i…
Browse files Browse the repository at this point in the history
…n the minor group (#1604)

Updates the requirements on
[jsonschema](https://github.com/Stranger6667/jsonschema-rs) to permit
the latest version.
Updates `jsonschema` to 0.23.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Stranger6667/jsonschema-rs/releases">jsonschema's
releases</a>.</em></p>
<blockquote>
<h2>[Python] Release 0.23.0</h2>
<h3>Added</h3>
<ul>
<li>Partial support for <code>unevaluatedItems</code>, excluding
references.</li>
<li><code>validate_formats</code> argument to all validator classes and
validation functions. This allows overriding the draft-specific default
behavior for format validation.</li>
<li><code>ignore_unknown_formats</code> argument to all validator
classes and validation functions. When set to <code>False</code>,
unrecognized formats will be reported as validation errors instead of
being silently ignored.</li>
<li>Python 3.13 support.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve error messages on URI resolving and parsing.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Resolving file references on Windows. <a
href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/441">#441</a></li>
</ul>
<h3>Performance</h3>
<ul>
<li>Faster building of a validator.</li>
<li>Speedup <code>hostname</code> &amp; <code>idn-hostname</code>
formats validation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stranger6667/jsonschema-rs/blob/master/CHANGELOG.md">jsonschema's
changelog</a>.</em></p>
<blockquote>
<h2>[0.23.0] - 2024-10-12</h2>
<h3>Added</h3>
<ul>
<li>Partial support for <code>unevaluatedItems</code>, excluding
references.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve error messages on WASM. <a
href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/568">#568</a></li>
<li>Improve error messages on URI resolving and parsing.</li>
<li><strong>BREAKING</strong>: Replace <code>JsonPointer</code> in favor
of <code>Location</code>.</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li><code>PathChunkRef</code> in favor of
<code>LocationSegment</code>.</li>
<li><code>JsonPointerNode</code> in favor of
<code>LazyLocation</code>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Resolving file references on Windows. <a
href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/441">#441</a></li>
<li>Missing annotations from by-reference applicators. <a
href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/403">#403</a></li>
<li>Relative keyword locations missing by-reference applicators (such as
<code>$ref</code> or <code>$dynamicRef</code>).</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Faster building of a validator.</li>
<li>Speedup <code>hostname</code> &amp; <code>idn-hostname</code>
formats validation.</li>
<li>Speedup <code>apply</code>.</li>
</ul>
<h3>Removed</h3>
<ul>
<li><code>JsonPointerNode::to_vec</code> without a replacement.</li>
</ul>
<h2>[0.22.3] - 2024-10-05</h2>
<h3>Performance</h3>
<ul>
<li>Speedup resolving.</li>
</ul>
<h2>[0.22.2] - 2024-10-04</h2>
<h3>Fixed</h3>
<ul>
<li>ECMAScript 262 regex support.</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Speedup <code>json-pointer</code> and
<code>relative-json-pointer</code> formats validation.</li>
</ul>
<h2>[0.22.1] - 2024-10-03</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.23.0...rust-v0.23.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent ea0b204 commit 8c29d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ downcast-rs = "1.2.0"
enum_dispatch = "0.3.11"
html-escape = "0.2.13"
itertools = "0.13.0"
jsonschema = "0.23.0"
jsonschema = "0.24.0"
lazy_static = "1.4.0"
num-rational = "0.4.1"
paste = "1.0"
Expand Down

0 comments on commit 8c29d98

Please sign in to comment.