vnghia / nghe

An OpenSubsonic implementation in Rust
GNU Affero General Public License v3.0
21 stars 0 forks source link

fix(deps): update rust crate diesel-async to 0.5.0 #360

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
diesel-async dependencies minor 0.4.1 -> 0.5.0

Release Notes

weiznich/diesel_async (diesel-async) ### [`v0.5.0`](https://togithub.com/weiznich/diesel_async/blob/HEAD/CHANGELOG.md#050---2024-07-19) [Compare Source](https://togithub.com/weiznich/diesel_async/compare/v0.4.1...v0.5.0) - Added type `diesel_async::pooled_connection::mobc::PooledConnection` - MySQL/MariaDB now use `CLIENT_FOUND_ROWS` capability to allow consistent behaviour with PostgreSQL regarding return value of UPDATe commands. - The minimal supported rust version is now 1.78.0 - Add a `SyncConnectionWrapper` type that turns a sync connection into an async one. This enables SQLite support for diesel-async - Add support for `diesel::connection::Instrumentation` to support logging and other instrumentation for any of the provided connection impls. - Bump minimal supported mysql_async version to 0.34

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 has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.57%. Comparing base (c637c5e) to head (8470018).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #360 +/- ## ========================================== + Coverage 80.48% 80.57% +0.08% ========================================== Files 213 213 Lines 12224 12224 Branches 12224 12224 ========================================== + Hits 9839 9850 +11 + Misses 1735 1733 -2 + Partials 650 641 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.