Skip to content

Commit

Permalink
chore(deps-rs): bump the minor group across 1 directory with 2 updates (
Browse files Browse the repository at this point in the history
#1533)

Updates the requirements on
[jsonschema](https://github.com/Stranger6667/jsonschema-rs) and
[smol_str](https://github.com/rust-analyzer/smol_str) to permit the
latest version.
Updates `jsonschema` to 0.18.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.18.3</h2>
<h3>Fixed</h3>
<ul>
<li>Changing base URI when <code>$ref</code> is present in drafts 7 and
earlier.</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.18.3] - 2024-09-12</h2>
<h3>Fixed</h3>
<ul>
<li>Changing base URI when <code>$ref</code> is present in drafts 7 and
earlier.</li>
<li>Removed <code>dbg!</code> macro.</li>
</ul>
<h2>[0.18.2] - 2024-09-11</h2>
<h3>Fixed</h3>
<ul>
<li>Ignoring <code>$schema</code> in resolved references.</li>
<li>Support integer-valued numbers for <code>maxItems</code>,
<code>maxLength</code>, <code>maxProperties</code>,
<code>maxContains</code>, <code>minItems</code>, <code>minLength</code>,
<code>minProperties</code>, <code>minContains</code>.</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li><code>with_meta_schemas()</code> method. Meta schemas are included
by default.</li>
</ul>
<h2>[0.18.1] - 2024-08-24</h2>
<h3>Added</h3>
<ul>
<li><code>ErrorDescription::into_inner</code> to retrieve the inner
<code>String</code> value.</li>
</ul>
<h2>[0.18.0] - 2024-05-07</h2>
<h3>Added</h3>
<ul>
<li>Custom keywords support. <a
href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/379">#379</a></li>
<li>Expose <code>JsonPointerNode</code> that can be converted into
<code>JSONPointer</code>.
This is needed for the upcoming custom validators support.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump <code>base64</code> to <code>0.22</code>.</li>
<li>Bump <code>clap</code> to <code>4.5</code>.</li>
<li>Bump <code>fancy-regex</code> to <code>0.13</code>.</li>
<li>Bump <code>fraction</code> to <code>0.15</code>.</li>
<li>Bump <code>memchr</code> to <code>2.7</code>.</li>
<li>Bump <code>once_cell</code> to <code>1.19</code>.</li>
<li>Bump <code>percent-encoding</code> to <code>2.3</code>.</li>
<li>Bump <code>regex</code> to <code>1.10</code>.</li>
<li>Bump <code>url</code> to <code>2.5</code>.</li>
<li>Build CLI only if the <code>cli</code> feature is enabled.</li>
<li><strong>BREAKING</strong>: Extend <code>CompilationOptions</code> to
support more ways to define custom format checkers (for example in
Python bindings).
In turn it changes <code>ValidationErrorKind::Format</code> to contain a
<code>String</code> instead of a <code>&amp;'static str</code>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Incorrect <code>schema_path</code> when multiple errors coming from
the <code>$ref</code> keyword <a
href="https://redirect.github.com/Stranger6667/jsonschema-rs/issues/426">#426</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stranger6667/jsonschema-rs/commit/11ebbaaececc1830f093dca229a28c0a5ebdf877"><code>11ebbaa</code></a>
chore(rust): Release 0.18.3</li>
<li><a
href="https://github.com/Stranger6667/jsonschema-rs/commit/0d359cc3f1fa488a258ea532c4843bb8ada07c84"><code>0d359cc</code></a>
fix: Remove <code>dbg!</code> macro</li>
<li><a
href="https://github.com/Stranger6667/jsonschema-rs/commit/8cb04dd3f0dca1887ee02a4919778a004bd0161c"><code>8cb04dd</code></a>
fix: Changing base URI when $ref is present in drafts 7 and earlier</li>
<li><a
href="https://github.com/Stranger6667/jsonschema-rs/commit/ce678a15a1b65374f1931185ecc9989ea4fb05ea"><code>ce678a1</code></a>
build(deps): bump actions/setup-python from 4 to 5</li>
<li><a
href="https://github.com/Stranger6667/jsonschema-rs/commit/432e4346060e2aea807ee0a4a9c0d91435e7331d"><code>432e434</code></a>
build(deps): update boon requirement from 0.5 to 0.6 in /jsonschema</li>
<li><a
href="https://github.com/Stranger6667/jsonschema-rs/commit/cb66c44e9e26270452d3c03c4d4dcee57a597f74"><code>cb66c44</code></a>
build(deps): bump actions/checkout from 3 to 4</li>
<li><a
href="https://github.com/Stranger6667/jsonschema-rs/commit/3acee8624c8399e72839204662716daaf9b2e491"><code>3acee86</code></a>
build: Create dependabot.yml</li>
<li><a
href="https://github.com/Stranger6667/jsonschema-rs/commit/b843018b664f091cf5ce7ac405a7c4647bbe20d3"><code>b843018</code></a>
build: update codspeed</li>
<li><a
href="https://github.com/Stranger6667/jsonschema-rs/commit/cbb86d093a7b95cb1aa7b6cb95b371a9cd7bd002"><code>cbb86d0</code></a>
chore(python): Release 0.18.2</li>
<li><a
href="https://github.com/Stranger6667/jsonschema-rs/commit/6b0a2111269ee5eca1b0322cb75863335d43a34d"><code>6b0a211</code></a>
fix(build): Python release workflow</li>
<li>Additional commits viewable in <a
href="https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.0...rust-v0.18.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `smol_str` to 0.2.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-analyzer/smol_str/blob/master/CHANGELOG.md">smol_str's
changelog</a>.</em></p>
<blockquote>
<h2>0.2.2 - 2024-05-14</h2>
<ul>
<li>Add <code>StrExt</code> trait providing
<code>to_lowercase_smolstr</code>, <code>replace_smolstr</code> and
similar</li>
<li>Add <code>PartialEq</code> optimization for <code>ptr_eq</code>-able
representations</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-analyzer/smol_str/commit/aea39b4974f55e9380556272b1335e2f6fd13cc7"><code>aea39b4</code></a>
Publish 0.2.2</li>
<li><a
href="https://github.com/rust-analyzer/smol_str/commit/673755b50736b424e8b01a983da50e7bcc8974b0"><code>673755b</code></a>
Document unsafe blocks</li>
<li><a
href="https://github.com/rust-analyzer/smol_str/commit/1e2145d1dccf7f0418b6fac7b9b587d964da5ca2"><code>1e2145d</code></a>
Add StrExt::replace_smolstr, replacen_smolstr</li>
<li><a
href="https://github.com/rust-analyzer/smol_str/commit/9971a3f59ab1f0ca862d98cb37e457eb30cfa579"><code>9971a3f</code></a>
Add <code>PartialEq</code> shortcut for <code>ptr_eq</code> strings</li>
<li><a
href="https://github.com/rust-analyzer/smol_str/commit/0078fdf295e18699b083617da4068b0a674b95a7"><code>0078fdf</code></a>
Add must_use to StrExt methods</li>
<li><a
href="https://github.com/rust-analyzer/smol_str/commit/fe7064e3ec4ab94e6cf140d7298d49d5eb35ae08"><code>fe7064e</code></a>
Add StrExt, to_lowercase_smolstr &amp; friends</li>
<li><a
href="https://github.com/rust-analyzer/smol_str/commit/0fb3a130ceef2644f9da32e40a29189de54f11a6"><code>0fb3a13</code></a>
reformat</li>
<li><a
href="https://github.com/rust-analyzer/smol_str/commit/a063f407993b25611461653447cb9ede9e1af14d"><code>a063f40</code></a>
remove nightly benchmark feature</li>
<li><a
href="https://github.com/rust-analyzer/smol_str/commit/e1a98b154262b698db3c56d0186f019725a26104"><code>e1a98b1</code></a>
Manually impl clone</li>
<li><a
href="https://github.com/rust-analyzer/smol_str/commit/d5994d5069398ab97d3e2fec970365d94e189bb6"><code>d5994d5</code></a>
fix clone regression</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-analyzer/smol_str/compare/v0.2.0...v0.2.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 Sep 25, 2024
1 parent 07b2f58 commit e5c2486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.18.0"
jsonschema = "0.19.1"
lazy_static = "1.4.0"
num-rational = "0.4.1"
paste = "1.0"
Expand All @@ -49,7 +49,7 @@ rstest = "0.22.0"
serde = "1.0"
serde_json = "1.0.97"
serde_yaml = "0.9.19"
smol_str = "0.2.0"
smol_str = "0.3.1"
strum = "0.26.1"
strum_macros = "0.26.1"
thiserror = "1.0.28"
Expand Down

0 comments on commit e5c2486

Please sign in to comment.