Bump sqlx from 0.8.5 to 0.8.6 in /backend #44

Merged
dependabot[bot] merged 1 commit from dependabot/cargo/backend/sqlx-0.8.6 into main 2025-05-23 23:08:32 +01:00
dependabot[bot] commented 2025-05-22 21:38:26 +01:00 (Migrated from github.com)

Bumps sqlx from 0.8.5 to 0.8.6.

Changelog

Sourced from sqlx's changelog.

0.8.6 - 2025-05-19

9 pull requests were merged this release cycle.

Added

Changed

Fixed

#3830: launchbadge/sqlx#3830 #3840: launchbadge/sqlx#3840 #3845: launchbadge/sqlx#3845 #3848: launchbadge/sqlx#3848 #3849: launchbadge/sqlx#3849 #3855: launchbadge/sqlx#3855 #3856: launchbadge/sqlx#3856 #3863: launchbadge/sqlx#3863 #3866: launchbadge/sqlx#3866

Commits
  • bab1b02 0.8.6 release (#3870)
  • b27b47c Pick default features to fix docs.rs build of sqlx-sqlite (#3840)
  • d335f78 Use unnamed statement in pg when not persistent (#3863)
  • 760b395 fix(macros): don't mutate environment variables (#3848)
  • 4259862 fix(macros): slightly improve unsupported type error message (#3856)
  • 1b94e1d chore(doc): clarify compile-time verification and case conversion behavior (#...
  • 92c3845 fix attrubute typo in doc (#3855)
  • 3edc619 build: drop unused tempfile dependency (#3830)
  • 6b2e024 Add color and wrapping to cli help text (#3849)
  • 5736ab6 chore: clean up no longer used imports (#3845)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.8.5&new-version=0.8.6)](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>
Sign in to join this conversation.
No description provided.