Update Rust crate diesel to 2.2.9 #460

Merged
renovate merged 1 commits from renovate/diesel-2.x into master 2025-04-06 00:32:33 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
diesel (source) dependencies patch 2.2.8 -> 2.2.9

Release Notes

diesel-rs/diesel (diesel)

v2.2.9: Diesel 2.2.9

Compare Source

Fixed

  • Fix an issue where diesel migration generate --diff-schema incorrectly uses the primary key of table B as the referenced column rather than the primary key of table A when B has a foreign key pointing to table A.
  • Bump maximal supported libsqlite3-sys version to 0.32.0 and add explicit feature entries for the uuid and serde_json feature.
  • Fixed an issue where diesel generated unnamed prepared statements would fail with an unanmed prepared statement not found error with pgbouncer.
  • Fix an issue with converting ipnet::Ipnet values with an subnet to SQL values

You can support the development of diesel by contributions or by sponsoring the project on Github

Full Changelog: https://github.com/diesel-rs/diesel/compare/v2.2.8...v2.2.9


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [diesel](https://diesel.rs) ([source](https://github.com/diesel-rs/diesel)) | dependencies | patch | `2.2.8` -> `2.2.9` | --- ### Release Notes <details> <summary>diesel-rs/diesel (diesel)</summary> ### [`v2.2.9`](https://github.com/diesel-rs/diesel/releases/tag/v2.2.9): Diesel 2.2.9 [Compare Source](https://github.com/diesel-rs/diesel/compare/v2.2.8...v2.2.9) ### Fixed - Fix an issue where `diesel migration generate --diff-schema` incorrectly uses the primary key of table B as the referenced column rather than the primary key of table A when B has a foreign key pointing to table A. - Bump maximal supported libsqlite3-sys version to 0.32.0 and add explicit feature entries for the `uuid` and `serde_json` feature. - Fixed an issue where diesel generated unnamed prepared statements would fail with an `unanmed prepared statement not found` error with pgbouncer. - Fix an issue with converting `ipnet::Ipnet` values with an subnet to SQL values You can support the development of diesel by contributions or by sponsoring the project on Github **Full Changelog**: https://github.com/diesel-rs/diesel/compare/v2.2.8...v2.2.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-04-05 00:32:40 +00:00
Update Rust crate diesel to 2.2.9
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
9bb93b72cc
renovate merged commit 9bb93b72cc into master 2025-04-06 00:32:33 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/GeneIT#460
No description provided.