Bump sqlx from 0.8.2 to 0.8.3 in /backend #20

Merged
dependabot[bot] merged 1 commit from dependabot/cargo/backend/sqlx-0.8.3 into main 2025-04-02 20:10:26 +01:00
dependabot[bot] commented 2025-04-02 06:19:04 +01:00 (Migrated from github.com)

Bumps sqlx from 0.8.2 to 0.8.3.

Changelog

Sourced from sqlx's changelog.

0.8.3 - 2025-01-03

41 pull requests were merged this release cycle.

Added

Changed

Fixed

... (truncated)

Commits

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.2 to 0.8.3. <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.3 - 2025-01-03</h2> <p>41 pull requests were merged this release cycle.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3418">#3418</a>]: parse timezone parameter in mysql connection url [[<a href="https://github.com/dojiong"><code>@​dojiong</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3491">#3491</a>]: chore: Update async-std v1.13 [[<a href="https://github.com/jayvdb"><code>@​jayvdb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3492">#3492</a>]: expose relation_id and relation_attribution_no on PgColumn [[<a href="https://github.com/kurtbuilds"><code>@​kurtbuilds</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3493">#3493</a>]: doc(sqlite): document behavior for zoned date-time types [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3500">#3500</a>]: Add sqlite commit and rollback hooks [[<a href="https://github.com/gridbox"><code>@​gridbox</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3505">#3505</a>]: chore(mysql): create test for passwordless auth (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3484">#3484</a>) [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3507">#3507</a>]: Add a &quot;sqlite-unbundled&quot; feature that dynamically links to system libsqlite3.so library [[<a href="https://github.com/lilydjwg"><code>@​lilydjwg</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3508">#3508</a>]: doc(sqlite): show how to turn options into a pool [[<a href="https://github.com/M3t0r"><code>@​M3t0r</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3514">#3514</a>]: Support PgHstore by default in macros [[<a href="https://github.com/joeydewaal"><code>@​joeydewaal</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3550">#3550</a>]: Implement Acquire for PgListener [[<a href="https://github.com/sandhose"><code>@​sandhose</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3551">#3551</a>]: Support building with rustls but native certificates [[<a href="https://github.com/IlyaBizyaev"><code>@​IlyaBizyaev</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3553">#3553</a>]: Add support for Postgres lquery arrays [[<a href="https://github.com/philipcristiano"><code>@​philipcristiano</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3560">#3560</a>]: Add PgListener::next_buffered(), to support batch processing of notifications [[<a href="https://github.com/chanks"><code>@​chanks</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3577">#3577</a>]: Derive Copy where possible for database-specific types [[<a href="https://github.com/veigaribo"><code>@​veigaribo</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3579">#3579</a>]: Reexport AnyTypeInfoKind [[<a href="https://github.com/Norlock"><code>@​Norlock</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3580">#3580</a>]: doc(mysql): document difference between <code>Uuid</code> and <code>uuid::fmt::Hyphenated</code> [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3583">#3583</a>]: feat: point [[<a href="https://github.com/jayy-lmao"><code>@​jayy-lmao</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3608">#3608</a>]: Implement AnyQueryResult for Sqlite and MySQL [[<a href="https://github.com/pxp9"><code>@​pxp9</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3623">#3623</a>]: feat: add geometry line [[<a href="https://github.com/jayy-lmao"><code>@​jayy-lmao</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3658">#3658</a>]: feat: add Transaction type aliases [[<a href="https://github.com/joeydewaal"><code>@​joeydewaal</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3519">#3519</a>]: Remove unused dependencies from sqlx-core, sqlx-cli and sqlx-postgres [[<a href="https://github.com/vsuryamurthy"><code>@​vsuryamurthy</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3529">#3529</a>]: Box Pgconnection fields [[<a href="https://github.com/joeydewaal"><code>@​joeydewaal</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3548">#3548</a>]: Demote <code>.pgpass</code> file warning to a debug message. [[<a href="https://github.com/denschub"><code>@​denschub</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3585">#3585</a>]: Eagerly reconnect in <code>PgListener::try_recv</code> [[<a href="https://github.com/swlynch99"><code>@​swlynch99</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3596">#3596</a>]: Bump thiserror to v2.0.0 [[<a href="https://github.com/paolobarbolini"><code>@​paolobarbolini</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3605">#3605</a>]: Use <code>UNION ALL</code> instead of <code>UNION</code> in nullable check [[<a href="https://github.com/Suficio"><code>@​Suficio</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3629">#3629</a>]: chore: remove BoxFuture's (non-breaking) [[<a href="https://github.com/joeydewaal"><code>@​joeydewaal</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3632">#3632</a>]: Bump hashlink to v0.10 [[<a href="https://github.com/paolobarbolini"><code>@​paolobarbolini</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3643">#3643</a>]: Roll PostgreSQL 11..=15 tests to 13..=17 [[<a href="https://github.com/paolobarbolini"><code>@​paolobarbolini</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3648">#3648</a>]: close listener connection on TimedOut and BrokenPipe errors [[<a href="https://github.com/DXist"><code>@​DXist</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3649">#3649</a>]: Bump hashbrown to v0.15 [[<a href="https://github.com/paolobarbolini"><code>@​paolobarbolini</code></a>]]</li> </ul> <h3>Fixed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3528">#3528</a>]: fix: obey <code>no-transaction</code> flag in down migrations [[<a href="https://github.com/manifest"><code>@​manifest</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3536">#3536</a>]: fix: using sqlx::test macro inside macro's [[<a href="https://github.com/joeydewaal"><code>@​joeydewaal</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3545">#3545</a>]: fix: remove <code>sqlformat</code> [[<a href="https://github.com/tbar4"><code>@​tbar4</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3558">#3558</a>]: fix: fix example code of <code>query_as</code> [[<a href="https://github.com/xuehaonan27"><code>@​xuehaonan27</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3566">#3566</a>]: Fix: Cannot query Postgres <code>INTERVAL[]</code> [[<a href="https://github.com/Ddystopia"><code>@​Ddystopia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3593">#3593</a>]: fix: URL decode database name when parsing connection url [[<a href="https://github.com/BenoitRanque"><code>@​BenoitRanque</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3601">#3601</a>]: Remove default-features = false from url [[<a href="https://github.com/hsivonen"><code>@​hsivonen</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3604">#3604</a>]: Fix mistake in sqlx::test fixtures docs [[<a href="https://github.com/andreweggleston"><code>@​andreweggleston</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3612">#3612</a>]: fix(mysql): percent-decode database name [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3640">#3640</a>]: Dont use <code>EXPLAIN</code> in nullability check for QuestDB [[<a href="https://github.com/Suficio"><code>@​Suficio</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/28cfdbb40c4fe535721c9ee5e1583409e0cac27e"><code>28cfdbb</code></a> Release/0.8.3 (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3663">#3663</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/dfd0ac5974a37217c2f43f3b7b6b438e38cbc1e1"><code>dfd0ac5</code></a> feat: add Transaction type aliases (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3658">#3658</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/4590b9c3eebbb05643ac5b34ddc9c6cd21b80ad0"><code>4590b9c</code></a> close listener connection on TimedOut and BrokenPipe errors (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3648">#3648</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/fdd4663318e2524e87a89cffa03db026d3475790"><code>fdd4663</code></a> Add <code>PgConnection::is_explain_available</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/20bccf887735ddd33572f23e7b0371b66089d6ff"><code>20bccf8</code></a> Dont use <code>EXPLAIN</code> in nullability check for QuestDB</li> <li><a href="https://github.com/launchbadge/sqlx/commit/7d148bd96b79591664f9953c49648e9bd31b5b30"><code>7d148bd</code></a> Bump hashbrown to v0.15</li> <li><a href="https://github.com/launchbadge/sqlx/commit/9f6ea96e03d814b5394660addaf89fcca947d6f0"><code>9f6ea96</code></a> Roll PostgreSQL 11..=15 tests to 13..=17</li> <li><a href="https://github.com/launchbadge/sqlx/commit/1678b19a4672fd6a18b4891c53bf0b57638b92a4"><code>1678b19</code></a> feat: add geometry line (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3623">#3623</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/2b82ce3faa44fc223c04a1fa869470befcb57690"><code>2b82ce3</code></a> Bump hashlink to v0.10</li> <li><a href="https://github.com/launchbadge/sqlx/commit/1f6ce33df4fafef1d610f7b068da24512ef288f7"><code>1f6ce33</code></a> chore: remove BoxFuture's (non-breaking) (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3629">#3629</a>)</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.8.2...v0.8.3">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.2&new-version=0.8.3)](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.