Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-rs): update jsonschema requirement from 0.22.3 to 0.23.0 i…
…n the minor group (#1581) Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema-rs) to permit the latest version. Updates `jsonschema` to 0.22.3 <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.22.3</h2> <h3>Performance</h3> <ul> <li>Speedup resolving.</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.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> <h3>Fixed</h3> <ul> <li>Removed <code>dbg!</code> macro.</li> </ul> <h2>[0.22.0] - 2024-10-03</h2> <h3>Changed</h3> <ul> <li>Extend email validation. <a href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/471">#471</a></li> <li><strong>BREAKING</strong>: Custom retrievers now receive <code>&Uri<&str></code> instead of <code>&UriRef<&str></code></li> <li>Bump <code>once_cell</code> to <code>1.20</code>.</li> <li>Bump <code>regex</code> to <code>1.11</code>.</li> </ul> <h3>Fixed</h3> <ul> <li><code>time</code> format validation (leap seconds and second fractions).</li> <li><code>duration</code> format validation.</li> <li>Panic on root <code>$id</code> without base. <a href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/547">#547</a></li> <li><code>hostname</code> format validation (double dot).</li> <li><code>idn-hostname</code> format validation. <a href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/101">#101</a></li> </ul> <h3>Performance</h3> <ul> <li>Faster building of a validator.</li> <li>Speedup <code>hostname</code>, <code>date</code>, <code>time</code>, <code>date-time</code>, and <code>duration</code> formats validation.</li> <li>Cache regular expressions for <code>pattern</code>. <a href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/417">#417</a></li> </ul> <h2>[0.21.0] - 2024-09-29</h2> <p><strong>Important:</strong> This release brings a complete rework of reference resolving which deprecates some older APIs. While backward compatibility is maintained for now, users are encouraged to update their code. See the <a href="https://github.com/Stranger6667/jsonschema-rs/blob/master/MIGRATION.md">Migration Guide</a> for details on transitioning to the new API.</p> <!-- 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.22.3...rust-v0.22.3">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