Skip to content

Commit

Permalink
fix(deps): update rust crate sqlx to v0.8.2 (#92)
Browse files Browse the repository at this point in the history
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

- \[[#&#8203;3447]]: Clarify usage of Json/Jsonb in query macros
\[\[[@&#8203;Lachstec](https://redirect.github.com/Lachstec)]]

##### Changed

- \[[#&#8203;3424]]: Remove deprecated feature-names from `Cargo.toml`
files in examples
\[\[[@&#8203;carschandler](https://redirect.github.com/carschandler)]]

##### Fixed

- \[[#&#8203;3403]]: Fix
([#&#8203;3395](https://redirect.github.com/launchbadge/sqlx/issues/3395))
sqlx::test macro in 0.8
\[\[[@&#8203;joeydewaal](https://redirect.github.com/joeydewaal)]]
- \[[#&#8203;3411]]: fix: Use rfc3339 to decode date from text
\[\[[@&#8203;pierre-wehbe](https://redirect.github.com/pierre-wehbe)]]
- \[[#&#8203;3453]]:
fix([#&#8203;3445](https://redirect.github.com/launchbadge/sqlx/issues/3445)):
PgHasArrayType
\[\[[@&#8203;joeydewaal](https://redirect.github.com/joeydewaal)]]
- Fixes `#[sqlx(no_pg_array)]` being forbidden on `#[derive(Type)]`
structs.
- \[[#&#8203;3454]]: fix: non snake case warning
\[\[[@&#8203;joeydewaal](https://redirect.github.com/joeydewaal)]]
- \[[#&#8203;3459]]: Pgsql cube type compile fail
\[\[[@&#8203;kdesjard](https://redirect.github.com/kdesjard)]]
- \[[#&#8203;3465]]: fix(postgres): max number of binds is 65535, not
32767 (regression)
\[\[[@&#8203;abonander](https://redirect.github.com/abonander)]]
- \[[#&#8203;3467]]: fix cancellation issues with `PgListener`,
`PgStream::recv()`
\[\[[@&#8203;abonander](https://redirect.github.com/abonander)]]
    -   Fixes cryptic `unknown message: "\\0"` error
- \[[#&#8203;3474]]: Fix try_get example in README.md
\[\[[@&#8203;luveti](https://redirect.github.com/luveti)]]

[#&#8203;3403]: https://redirect.github.com/launchbadge/sqlx/pull/3403

[#&#8203;3411]: https://redirect.github.com/launchbadge/sqlx/pull/3411

[#&#8203;3424]: https://redirect.github.com/launchbadge/sqlx/pull/3424

[#&#8203;3447]: https://redirect.github.com/launchbadge/sqlx/pull/3447

[#&#8203;3453]: https://redirect.github.com/launchbadge/sqlx/pull/3453

[#&#8203;3454]: https://redirect.github.com/launchbadge/sqlx/pull/3454

[#&#8203;3455]: https://redirect.github.com/launchbadge/sqlx/pull/3455

[#&#8203;3459]: https://redirect.github.com/launchbadge/sqlx/pull/3459

[#&#8203;3465]: https://redirect.github.com/launchbadge/sqlx/pull/3465

[#&#8203;3467]: https://redirect.github.com/launchbadge/sqlx/pull/3467

[#&#8203;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
renovate[bot] authored Sep 16, 2024
1 parent cb9739c commit 65b078f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65b078f

Please sign in to comment.