Skip to content

Commit

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

Updates the requirements on
[jsonschema](https://github.com/Stranger6667/jsonschema) to permit the
latest version.
Updates `jsonschema` to 0.26.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Stranger6667/jsonschema/releases">jsonschema's
releases</a>.</em></p>
<blockquote>
<h2>[Rust] Release 0.26.2</h2>
<h3>Documentation</h3>
<ul>
<li>Fix documentation for <code>validate</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md">jsonschema's
changelog</a>.</em></p>
<blockquote>
<h2>[0.26.2] - 2024-12-16</h2>
<h3>Documentation</h3>
<ul>
<li>Fix documentation for <code>validate</code></li>
</ul>
<h2>[0.26.1] - 2024-10-29</h2>
<h3>Fixed</h3>
<ul>
<li>Return &quot;Unknown specification&quot; error on
<code>https</code>-prefixed <code>$schema</code> for Draft 4, 5, 6. <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/629">#629</a></li>
</ul>
<h2>[0.26.0] - 2024-10-26</h2>
<p><strong>Important:</strong> This release contains breaking changes.
See the <a
href="https://github.com/Stranger6667/jsonschema/blob/master/MIGRATION.md">Migration
Guide</a> for details on transitioning to the new API.</p>
<h3>Added</h3>
<ul>
<li><code>Validator::iter_errors</code> that iterates over all
validation errors.</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>BREAKING</strong>: Remove unused
<code>ValidationErrorKind::JSONParse</code>,
<code>ValidationErrorKind::InvalidReference</code>,
<code>ValidationErrorKind::Schema</code>,
<code>ValidationErrorKind::FileNotFound</code> and
<code>ValidationErrorKind::Utf8</code>.</li>
<li><strong>BREAKING</strong>: <code>Validator::validate</code> now
returns the first error instead of an iterator in the <code>Err</code>
variant.</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Optimize error formatting in some cases.</li>
</ul>
<h2>[0.25.1] - 2024-10-25</h2>
<h3>Fixed</h3>
<ul>
<li>Re-export <code>referencing::Error</code> as
<code>ReferencingError</code>. <a
href="https://redirect.github.com/Stranger6667/jsonschema/issues/614">#614</a></li>
</ul>
<h2>[0.25.0] - 2024-10-24</h2>
<p><strong>Important:</strong> This release removes deprecated old APIs.
See the <a
href="https://github.com/Stranger6667/jsonschema/blob/master/MIGRATION.md">Migration
Guide</a> for details on transitioning to the new API.</p>
<h3>Changed</h3>
<ul>
<li><strong>BREAKING</strong>: Default to Draft 2020-12.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Deprecated <code>draft201909</code>, <code>draft202012</code>, and
<code>cli</code> features.</li>
<li>Deprecated <code>CompilationOptions</code>, <code>JSONSchema</code>,
<code>PathChunkRef</code>, <code>JsonPointerNode</code>, and
<code>SchemaResolverError</code> aliases.</li>
<li>Deprecated <code>jsonschema::compile</code>,
<code>Validator::compile</code>,
<code>ValidationOptions::compile</code>,
<code>ValidationOptions::with_resolver</code>,
<code>ValidationOptions::with_meta_schemas</code>,
<code>ValidationOptions::with_document</code> functions.</li>
<li>Deprecated <code>SchemaResolver</code> trait.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/b8eef873017a4ce84eb3281965ce7a2791f95e51"><code>b8eef87</code></a>
chore(rust): Release 0.26.2</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/10cb315c103409b0fed4fa0c94d64cf2dca07319"><code>10cb315</code></a>
chore: fix clippy</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/f464b8dbfc029253954ad98f23a7e0e8dce427e9"><code>f464b8d</code></a>
docs: Fix docstring for validate</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/025084ad0d6f829a25988cb9ea42a0976de0ee3b"><code>025084a</code></a>
build(deps): update pyo3-build-config requirement from 0.22.2 to
0.23.1</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/1156b2354d13efd4f3c7057ed0d24f1d5bc917c5"><code>1156b23</code></a>
docs: Update README.md</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/f1b04b446c4c57ebe0163af743894aea6dd0c415"><code>f1b04b4</code></a>
build(deps): bump codecov/codecov-action from 4 to 5</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/751e42f7d6dab7122ee176080541de2d6f1fdc7f"><code>751e42f</code></a>
build(deps): bump crates/jsonschema-referencing/tests/suite</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/321a3546b9bbfeed016f92f2ee4a8601550835e4"><code>321a354</code></a>
docs: Fix example in README.md</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/ffccf87d09e55402fd89c56185ee5cf11e4b39cf"><code>ffccf87</code></a>
chore(python): Release 0.26.1</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/ebe4d2507c64962c629472e1ada61dacf65d8038"><code>ebe4d25</code></a>
chore(rust): Release 0.26.1</li>
<li>Additional commits viewable in <a
href="https://github.com/Stranger6667/jsonschema/compare/rust-v0.26.0...rust-v0.26.2">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 Dec 24, 2024
1 parent 654cb7b commit 33dd8fd
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 @@ -43,7 +43,7 @@ downcast-rs = "1.2.0"
enum_dispatch = "0.3.11"
html-escape = "0.2.13"
itertools = "0.13.0"
jsonschema = "0.26.0"
jsonschema = "0.27.0"
lazy_static = "1.4.0"
num-rational = "0.4.1"
paste = "1.0"
Expand Down

0 comments on commit 33dd8fd

Please sign in to comment.