rust-lang / bors

Rust implementation of bors used for various Rust components (e.g. the compiler).
Apache License 2.0
46 stars 20 forks source link

fix(deps): update rust crate sqlx to v0.8.2 #150

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Type Update Change
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: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR was generated by Mend Renovate. View the repository job log.