zksync-withdrawal-finalizer
zksync-withdrawal-finalizer copied to clipboard
chore(deps): update rust crate sqlx to v0.8.2
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sqlx | workspace.dependencies | patch | 0.8.1 -> 0.8.2 |
Release Notes
launchbadge/sqlx (sqlx)
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).
Added
- [#3447]: Clarify usage of Json/Jsonb in query macros [[@Lachstec]]
Changed
- [#3424]: Remove deprecated feature-names from
Cargo.toml
files in examples [[@carschandler]]
Fixed
- [#3403]: Fix (#3395) sqlx::test macro in 0.8 [[@joeydewaal]]
- [#3411]: fix: Use rfc3339 to decode date from text [[@pierre-wehbe]]
- [#3453]: fix(#3445): PgHasArrayType [[@joeydewaal]]
- Fixes
#[sqlx(no_pg_array)]
being forbidden on#[derive(Type)]
structs.
- Fixes
- [#3454]: fix: non snake case warning [[@joeydewaal]]
- [#3459]: Pgsql cube type compile fail [[@kdesjard]]
- [#3465]: fix(postgres): max number of binds is 65535, not 32767 (regression) [[@abonander]]
- [#3467]: fix cancellation issues with
PgListener
,PgStream::recv()
[[@abonander]]- Fixes cryptic
unknown message: "\\0"
error
- Fixes cryptic
- [#3474]: Fix try_get example in README.md [[@luveti]]
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 is behind base branch, 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. View the repository job log.