chaindexing-rs icon indicating copy to clipboard operation
chaindexing-rs copied to clipboard

Update Rust crate diesel-async to 0.5

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Type Update Change
diesel-async dependencies minor 0.4 -> 0.5

Release Notes

weiznich/diesel_async (diesel-async)

v0.5.1

Compare Source

  • Add crate feature pool for extending connection pool implements through external crate
  • Implement Deref and DerefMut for AsyncConnectionWrapper to allow using it in an async context as well

v0.5.0

Compare Source

  • 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.


  • [ ] If you want to rebase/retry this PR, check this box

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

renovate[bot] avatar Jul 19 '24 12:07 renovate[bot]