-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 18d4f66
authored
chore(deps): Bump sqlx from 0.8.5 to 0.8.6 (#767)
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.8.5 to 0.8.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's
changelog</a>.</em></p>
<blockquote>
<h2>0.8.6 - 2025-05-19</h2>
<p>9 pull requests were merged this release cycle.</p>
<h3>Added</h3>
<ul>
<li>[<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3849">#3849</a>]:
Add color and wrapping to cli help text [[<a
href="https://github.com/joshka"><code>@joshka</code></a>]]</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3830">#3830</a>]:
build: drop unused <code>tempfile</code> dependency [[<a
href="https://github.com/paolobarbolini"><code>@paolobarbolini</code></a>]]</li>
<li>[<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3845">#3845</a>]:
chore: clean up no longer used imports [[<a
href="https://github.com/tisonkun"><code>@tisonkun</code></a>]]</li>
<li>[<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3863">#3863</a>]:
Use unnamed statement in pg when not persistent [[<a
href="https://github.com/ThomWright"><code>@ThomWright</code></a>]]</li>
<li>[<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3866">#3866</a>]:
chore(doc): clarify compile-time verification and case conversion
behavior [[<a
href="https://github.com/duhby"><code>@duhby</code></a>]]</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3840">#3840</a>]:
Fix docs.rs build of sqlx-sqlite [[<a
href="https://github.com/gferon"><code>@gferon</code></a>]]</li>
<li>[<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3848">#3848</a>]:
fix(macros): don't mutate environment variables [[<a
href="https://github.com/joeydewaal"><code>@joeydewaal</code></a>]]</li>
<li>[<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3855">#3855</a>]:
fix <code>attrubute</code> typo in doc [[<a
href="https://github.com/kujeger"><code>@kujeger</code></a>]]</li>
<li>[<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3856">#3856</a>]:
fix(macros): slightly improve unsupported type error message [[<a
href="https://github.com/dyc3"><code>@dyc3</code></a>]]</li>
</ul>
<p><a
href="https://redirect.github.com/launchbadge/sqlx/issues/3830">#3830</a>:
<a
href="https://redirect.github.com/launchbadge/sqlx/pull/3830">launchbadge/sqlx#3830</a>
<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3840">#3840</a>:
<a
href="https://redirect.github.com/launchbadge/sqlx/pull/3840">launchbadge/sqlx#3840</a>
<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3845">#3845</a>:
<a
href="https://redirect.github.com/launchbadge/sqlx/pull/3845">launchbadge/sqlx#3845</a>
<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3848">#3848</a>:
<a
href="https://redirect.github.com/launchbadge/sqlx/pull/3848">launchbadge/sqlx#3848</a>
<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3849">#3849</a>:
<a
href="https://redirect.github.com/launchbadge/sqlx/pull/3849">launchbadge/sqlx#3849</a>
<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3855">#3855</a>:
<a
href="https://redirect.github.com/launchbadge/sqlx/pull/3855">launchbadge/sqlx#3855</a>
<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3856">#3856</a>:
<a
href="https://redirect.github.com/launchbadge/sqlx/pull/3856">launchbadge/sqlx#3856</a>
<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3863">#3863</a>:
<a
href="https://redirect.github.com/launchbadge/sqlx/pull/3863">launchbadge/sqlx#3863</a>
<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3866">#3866</a>:
<a
href="https://redirect.github.com/launchbadge/sqlx/pull/3866">launchbadge/sqlx#3866</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/launchbadge/sqlx/commit/bab1b022bd56a64f9a08b46b36b97c5cff19d77e"><code>bab1b02</code></a>
0.8.6 release (<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3870">#3870</a>)</li>
<li><a
href="https://github.com/launchbadge/sqlx/commit/b27b47ce5350d1110e2a32e54809da1d32ec1d88"><code>b27b47c</code></a>
Pick default features to fix docs.rs build of sqlx-sqlite (<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3840">#3840</a>)</li>
<li><a
href="https://github.com/launchbadge/sqlx/commit/d335f782cf4a607fd2667c04ede5e10db694f5fd"><code>d335f78</code></a>
Use unnamed statement in pg when not persistent (<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3863">#3863</a>)</li>
<li><a
href="https://github.com/launchbadge/sqlx/commit/760b3953ba3942f686fdfbb98af5f29a3918045d"><code>760b395</code></a>
fix(macros): don't mutate environment variables (<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3848">#3848</a>)</li>
<li><a
href="https://github.com/launchbadge/sqlx/commit/4259862adf91d42ea50e3651070ada5f45af3689"><code>4259862</code></a>
fix(macros): slightly improve unsupported type error message (<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3856">#3856</a>)</li>
<li><a
href="https://github.com/launchbadge/sqlx/commit/1b94e1d07d7db5bd8b8f48564a17d40c03fff6fe"><code>1b94e1d</code></a>
chore(doc): clarify compile-time verification and case conversion
behavior (#...</li>
<li><a
href="https://github.com/launchbadge/sqlx/commit/92c384595264eae9e57a599079d44e5ce3b9e5c1"><code>92c3845</code></a>
fix <code>attrubute</code> typo in doc (<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3855">#3855</a>)</li>
<li><a
href="https://github.com/launchbadge/sqlx/commit/3edc6199db2793de98623b07ce3345d9564271ff"><code>3edc619</code></a>
build: drop unused <code>tempfile</code> dependency (<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3830">#3830</a>)</li>
<li><a
href="https://github.com/launchbadge/sqlx/commit/6b2e0247d47d020d91dc6f7402d42e4e6131af11"><code>6b2e024</code></a>
Add color and wrapping to cli help text (<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3849">#3849</a>)</li>
<li><a
href="https://github.com/launchbadge/sqlx/commit/5736ab6c212480acf7704534cb212b03fca8a3de"><code>5736ab6</code></a>
chore: clean up no longer used imports (<a
href="https://redirect.github.com/launchbadge/sqlx/issues/3845">#3845</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/launchbadge/sqlx/compare/v0.8.5...v0.8.6">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent 28b02c1 commit 18d4f66Copy full SHA for 18d4f66
File tree
Expand file treeCollapse file tree
1 file changed
+14
-15
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+14
-15
lines changed+14-15Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments