Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update rust crate sqlx to v0.8.2 (#92)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sqlx](https://redirect.github.com/launchbadge/sqlx) | dependencies | patch | `0.8.1` -> `0.8.2` | --- ### Release Notes <details> <summary>launchbadge/sqlx (sqlx)</summary> ### [`v0.8.2`](https://redirect.github.com/launchbadge/sqlx/blob/HEAD/CHANGELOG.md#082---2024-09-02) [Compare Source](https://redirect.github.com/launchbadge/sqlx/compare/v0.8.1...v0.8.2) 10 pull requests were merged this release cycle. This release addresses a few regressions that have occurred, and refines SQLx's MSRV policy (see [the FAQ](FAQ.md)). ##### Added - \[[#​3447]]: Clarify usage of Json/Jsonb in query macros \[\[[@​Lachstec](https://redirect.github.com/Lachstec)]] ##### Changed - \[[#​3424]]: Remove deprecated feature-names from `Cargo.toml` files in examples \[\[[@​carschandler](https://redirect.github.com/carschandler)]] ##### Fixed - \[[#​3403]]: Fix ([#​3395](https://redirect.github.com/launchbadge/sqlx/issues/3395)) sqlx::test macro in 0.8 \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal)]] - \[[#​3411]]: fix: Use rfc3339 to decode date from text \[\[[@​pierre-wehbe](https://redirect.github.com/pierre-wehbe)]] - \[[#​3453]]: fix([#​3445](https://redirect.github.com/launchbadge/sqlx/issues/3445)): PgHasArrayType \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal)]] - Fixes `#[sqlx(no_pg_array)]` being forbidden on `#[derive(Type)]` structs. - \[[#​3454]]: fix: non snake case warning \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal)]] - \[[#​3459]]: Pgsql cube type compile fail \[\[[@​kdesjard](https://redirect.github.com/kdesjard)]] - \[[#​3465]]: fix(postgres): max number of binds is 65535, not 32767 (regression) \[\[[@​abonander](https://redirect.github.com/abonander)]] - \[[#​3467]]: fix cancellation issues with `PgListener`, `PgStream::recv()` \[\[[@​abonander](https://redirect.github.com/abonander)]] - Fixes cryptic `unknown message: "\\0"` error - \[[#​3474]]: Fix try_get example in README.md \[\[[@​luveti](https://redirect.github.com/luveti)]] [#​3403]: https://redirect.github.com/launchbadge/sqlx/pull/3403 [#​3411]: https://redirect.github.com/launchbadge/sqlx/pull/3411 [#​3424]: https://redirect.github.com/launchbadge/sqlx/pull/3424 [#​3447]: https://redirect.github.com/launchbadge/sqlx/pull/3447 [#​3453]: https://redirect.github.com/launchbadge/sqlx/pull/3453 [#​3454]: https://redirect.github.com/launchbadge/sqlx/pull/3454 [#​3455]: https://redirect.github.com/launchbadge/sqlx/pull/3455 [#​3459]: https://redirect.github.com/launchbadge/sqlx/pull/3459 [#​3465]: https://redirect.github.com/launchbadge/sqlx/pull/3465 [#​3467]: https://redirect.github.com/launchbadge/sqlx/pull/3467 [#​3474]: https://redirect.github.com/launchbadge/sqlx/pull/3474 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SebastianGoeb/kindle-to-anki). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information