From 65b078fd9afdc51a0cb35bc98eb996f2d1ea99a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:45:22 +0000 Subject: [PATCH] fix(deps): update rust crate sqlx to v0.8.2 (#92) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
launchbadge/sqlx (sqlx) ### [`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
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc26e11..9a45cd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1319,9 +1319,9 @@ dependencies = [ [[package]] name = "sqlx" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcfa89bea9500db4a0d038513d7a060566bfc51d46d1c014847049a45cce85e8" +checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e" dependencies = [ "sqlx-core", "sqlx-macros", @@ -1332,9 +1332,9 @@ dependencies = [ [[package]] name = "sqlx-core" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d06e2f2bd861719b1f3f0c7dbe1d80c30bf59e76cf019f07d9014ed7eefb8e08" +checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e" dependencies = [ "async-io", "async-std", @@ -1374,9 +1374,9 @@ dependencies = [ [[package]] name = "sqlx-macros" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f998a9defdbd48ed005a89362bd40dd2117502f15294f61c8d47034107dbbdc" +checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657" dependencies = [ "proc-macro2", "quote", @@ -1387,9 +1387,9 @@ dependencies = [ [[package]] name = "sqlx-macros-core" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d100558134176a2629d46cec0c8891ba0be8910f7896abfdb75ef4ab6f4e7ce" +checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5" dependencies = [ "async-std", "dotenvy", @@ -1413,9 +1413,9 @@ dependencies = [ [[package]] name = "sqlx-mysql" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936cac0ab331b14cb3921c62156d913e4c15b74fb6ec0f3146bd4ef6e4fb3c12" +checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a" dependencies = [ "atoi", "base64", @@ -1455,9 +1455,9 @@ dependencies = [ [[package]] name = "sqlx-postgres" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9734dbce698c67ecf67c442f768a5e90a49b2a4d61a9f1d59f73874bd4cf0710" +checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8" dependencies = [ "atoi", "base64", @@ -1493,9 +1493,9 @@ dependencies = [ [[package]] name = "sqlx-sqlite" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75b419c3c1b1697833dd927bdc4c6545a620bc1bbafabd44e1efbe9afcd337e" +checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680" dependencies = [ "atoi", "flume",