-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update rust crate diesel-async to 0.5.0 #115
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: server/Cargo.lock
|
6953d41
to
bf67ca0
Compare
6ef15bd
to
30d6b9f
Compare
dd7e0ca
to
9791736
Compare
ee59f27
to
281b66d
Compare
281b66d
to
582d2c5
Compare
582d2c5
to
002e76f
Compare
|
This PR contains the following updates:
0.3.2
->0.5.0
Release Notes
weiznich/diesel_async (diesel-async)
v0.5.1
Compare Source
pool
for extending connection pool implements through external crateDeref
andDerefMut
forAsyncConnectionWrapper
to allow using it in an async context as wellv0.5.0
Compare Source
diesel_async::pooled_connection::mobc::PooledConnection
CLIENT_FOUND_ROWS
capability to allow consistent behaviour with PostgreSQL regarding return value of UPDATe commands.SyncConnectionWrapper
type that turns a sync connection into an async one. This enables SQLite support for diesel-asyncdiesel::connection::Instrumentation
to support logging and other instrumentation for any of the provided connection impls.v0.4.1
Compare Source
v0.4.0
Compare Source
AsyncConnectionWrapper
type to turn adiesel_async::AsyncConnection
into adiesel::Connection
. This might be used to execute migrations viadiesel_migrations
.in the pool should be checked if they are still valid
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.
This PR was generated by Mend Renovate. View the repository job log.