Skip to content

Commit

Permalink
chore(deps): Bump schemars from 0.8.17 to 0.8.19 (#456)
Browse files Browse the repository at this point in the history
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.17 to
0.8.19.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/GREsau/schemars/releases">schemars's
releases</a>.</em></p>
<blockquote>
<h2>v0.8.19</h2>
<h3>Fixed:</h3>
<ul>
<li>Regression that caused a compile error when deriving
<code>JsonSchema</code> on an enum with no variants (<a
href="https://redirect.github.com/GREsau/schemars/issues/287">GREsau/schemars#287</a>)</li>
</ul>
<h2>v0.8.18</h2>
<h3>Fixed:</h3>
<ul>
<li>Reduce size of MIR output (and improve release-mode compile time)
when deriving <code>JsonSchema</code> on enums (<a
href="https://redirect.github.com/GREsau/schemars/pull/266">GREsau/schemars#266</a>
/ <a
href="https://redirect.github.com/GREsau/schemars/pull/286">GREsau/schemars#286</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/GREsau/schemars/blob/master/CHANGELOG.md">schemars's
changelog</a>.</em></p>
<blockquote>
<h2>[0.8.19] - 2024-05-06</h2>
<h3>Fixed:</h3>
<ul>
<li>Regression that caused a compile error when deriving
<code>JsonSchema</code> on an enum with no variants (<a
href="https://redirect.github.com/GREsau/schemars/issues/287">GREsau/schemars#287</a>)</li>
</ul>
<h2>[0.8.18] - 2024-05-06</h2>
<h3>Fixed:</h3>
<ul>
<li>Reduce size of MIR output (and improve release-mode compile time)
when deriving <code>JsonSchema</code> on enums (<a
href="https://redirect.github.com/GREsau/schemars/pull/266">GREsau/schemars#266</a>
/ <a
href="https://redirect.github.com/GREsau/schemars/pull/286">GREsau/schemars#286</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/GREsau/schemars/commit/7f6a7b7e32224df2da6c0fd6491a3ab29296977d"><code>7f6a7b7</code></a>
Typo in changelog</li>
<li><a
href="https://github.com/GREsau/schemars/commit/8da70a4d458e434444a0fca2d0f058a8e6870890"><code>8da70a4</code></a>
v0.8.19</li>
<li><a
href="https://github.com/GREsau/schemars/commit/1a40d1b06c1acb82aa00ae6776cf8c67f0b3874b"><code>1a40d1b</code></a>
Fix deriving JsonSchema on enum without variants</li>
<li><a
href="https://github.com/GREsau/schemars/commit/4b90b6f8c88bad2c2fc534f0b3f7e851dfe6b7bf"><code>4b90b6f</code></a>
v0.8.18</li>
<li><a
href="https://github.com/GREsau/schemars/commit/d04c17bda49ac6e289134315b9c8544d37a83f87"><code>d04c17b</code></a>
Simplify generated enum code (<a
href="https://redirect.github.com/GREsau/schemars/issues/286">#286</a>)</li>
<li>See full diff in <a
href="https://github.com/GREsau/schemars/compare/v0.8.17...v0.8.19">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=schemars&package-manager=cargo&previous-version=0.8.17&new-version=0.8.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Samir Talwar <[email protected]>
  • Loading branch information
dependabot[bot] and SamirTalwar authored May 14, 2024
1 parent 208e8b3 commit 2585f3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true
query-engine-metadata = { path = "../query-engine/metadata" }

anyhow = "1.0.83"
schemars = { version = "0.8.17", features = ["smol_str", "preserve_order"] }
schemars = { version = "0.8.19", features = ["smol_str", "preserve_order"] }
serde = "1.0.201"
serde_json = { version = "1.0.116", features = ["raw_value"] }
sqlx = { version = "0.7.4", features = ["json", "postgres", "runtime-tokio-rustls"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ license.workspace = true
workspace = true

[dependencies]
schemars = { version = "0.8.17", features = ["smol_str", "preserve_order"] }
schemars = { version = "0.8.19", features = ["smol_str", "preserve_order"] }
serde = "1.0.201"
serde_json = "1.0.116"

0 comments on commit 2585f3b

Please sign in to comment.