Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump sqlx from 0.8.1 to 0.8.2 (#606)
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.8.1 to 0.8.2. <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.2 - 2024-09-02</h2> <p>10 pull requests were merged this release cycle.</p> <p>This release addresses a few regressions that have occurred, and refines SQLx's MSRV policy (see <a href="https://github.com/launchbadge/sqlx/blob/main/FAQ.md">the FAQ</a>).</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3447">#3447</a>]: Clarify usage of Json/Jsonb in query macros [[<a href="https://github.com/Lachstec"><code>@Lachstec</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3424">#3424</a>]: Remove deprecated feature-names from <code>Cargo.toml</code> files in examples [[<a href="https://github.com/carschandler"><code>@carschandler</code></a>]]</li> </ul> <h3>Fixed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3403">#3403</a>]: Fix (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3395">#3395</a>) sqlx::test macro in 0.8 [[<a href="https://github.com/joeydewaal"><code>@joeydewaal</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3411">#3411</a>]: fix: Use rfc3339 to decode date from text [[<a href="https://github.com/pierre-wehbe"><code>@pierre-wehbe</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3453">#3453</a>]: fix(<a href="https://redirect.github.com/launchbadge/sqlx/issues/3445">#3445</a>): PgHasArrayType [[<a href="https://github.com/joeydewaal"><code>@joeydewaal</code></a>]] <ul> <li>Fixes <code>#[sqlx(no_pg_array)]</code> being forbidden on <code>#[derive(Type)]</code> structs.</li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3454">#3454</a>]: fix: non snake case warning [[<a href="https://github.com/joeydewaal"><code>@joeydewaal</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3459">#3459</a>]: Pgsql cube type compile fail [[<a href="https://github.com/kdesjard"><code>@kdesjard</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3465">#3465</a>]: fix(postgres): max number of binds is 65535, not 32767 (regression) [[<a href="https://github.com/abonander"><code>@abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3467">#3467</a>]: fix cancellation issues with <code>PgListener</code>, <code>PgStream::recv()</code> [[<a href="https://github.com/abonander"><code>@abonander</code></a>]] <ul> <li>Fixes cryptic <code>unknown message: "\\0"</code> error</li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3474">#3474</a>]: Fix try_get example in README.md [[<a href="https://github.com/luveti"><code>@luveti</code></a>]]</li> </ul> <p><a href="https://redirect.github.com/launchbadge/sqlx/issues/3403">#3403</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3403">launchbadge/sqlx#3403</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3411">#3411</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3411">launchbadge/sqlx#3411</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3424">#3424</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3424">launchbadge/sqlx#3424</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3447">#3447</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3447">launchbadge/sqlx#3447</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3453">#3453</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3453">launchbadge/sqlx#3453</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3454">#3454</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3454">launchbadge/sqlx#3454</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3455">#3455</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3455">launchbadge/sqlx#3455</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3459">#3459</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3459">launchbadge/sqlx#3459</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3465">#3465</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3465">launchbadge/sqlx#3465</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3467">#3467</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3467">launchbadge/sqlx#3467</a> <a href="https://redirect.github.com/launchbadge/sqlx/issues/3474">#3474</a>: <a href="https://redirect.github.com/launchbadge/sqlx/pull/3474">launchbadge/sqlx#3474</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/10bec327703303eca5f8ec5809c4713a4294313d"><code>10bec32</code></a> doc(FAQ): add example for MSRV</li> <li><a href="https://github.com/launchbadge/sqlx/commit/c253e65819c407f13c96adeb23085d02b46dbb93"><code>c253e65</code></a> chore: prepare 0.8.2 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/998344dcb7375a1481159c53b550c549a06ccdeb"><code>998344d</code></a> doc(FAQ): refine MSRV policy</li> <li><a href="https://github.com/launchbadge/sqlx/commit/6cb6fce793fbd12308916bf357529a43cf61a771"><code>6cb6fce</code></a> fix(mysql): "exclusive range pattern is experimental" error</li> <li><a href="https://github.com/launchbadge/sqlx/commit/fd80f998acb432162911cff12ca7527eff75bae6"><code>fd80f99</code></a> fix: Use rfc3339 to decode date from text (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3411">#3411</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/ad2936a9c479214f90456102e218189d563f103d"><code>ad2936a</code></a> Fix try_get example in README.md (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3474">#3474</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e10789d9d76cbff2755f977b7a126bd67a1ec5e5"><code>e10789d</code></a> fix cancellation issues with <code>PgListener</code>, <code>PgStream::recv()</code> (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3467">#3467</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/20ba796b0d0b8547d2a6f00720294e2ad46700d7"><code>20ba796</code></a> fix(postgres): max number of binds is 65535, not 32767 (regression)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/371cf4a0cc8e4e3183ce1a276274941c75957490"><code>371cf4a</code></a> Pgsql cube type compile fail (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3459">#3459</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/8a17bef7d76b2e885dc8f8c43d30568b79ac7345"><code>8a17bef</code></a> Remove deprecated feature-names from <code>Cargo.toml</code> files in examples (<a href="https://redirect.github.com/launchbadge/sqlx/issues/3424">#3424</a>)</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.8.1...v0.8.2">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.1&new-version=0.8.2)](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>
- Loading branch information