chaindexing-rs
chaindexing-rs copied to clipboard
Update Rust crate diesel-async to 0.5
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
- Add crate feature
poolfor extending connection pool implements through external crate - Implement
DerefandDerefMutforAsyncConnectionWrapperto allow using it in an async context as well
v0.5.0
- Added type
diesel_async::pooled_connection::mobc::PooledConnection - MySQL/MariaDB now use
CLIENT_FOUND_ROWScapability to allow consistent behaviour with PostgreSQL regarding return value of UPDATe commands. - The minimal supported rust version is now 1.78.0
- Add a
SyncConnectionWrappertype that turns a sync connection into an async one. This enables SQLite support for diesel-async - Add support for
diesel::connection::Instrumentationto 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.