Skip to content

build(deps): bump diesel-async from 0.9.0 to 0.9.2#6659

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/diesel-async-0.9.2
Open

build(deps): bump diesel-async from 0.9.0 to 0.9.2#6659
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/diesel-async-0.9.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps diesel-async from 0.9.0 to 0.9.2.

Release notes

Sourced from diesel-async's releases.

Diesel-Async 0.9.2

Fixed

  • Improve the check if a connection is still working in our connection pool implementation by actually loading the response
  • Improve mapping of SQL error states to diesel database error kinds for PostgreSQL 18 and newer

New Contributors

Full Changelog: diesel-rs/diesel_async@v0.9.1...v0.9.2

You can support the development of Diesel by:

  • Contributing Code, Documentation or Guides. Checkout the planing for Diesel 2.4 for open tasks.
  • Providing knowledge and help to maintain the MySQL/MariaDB backend. This is currently the only in-tree backend that is not used by any maintainers, so having someone around that actually uses this backend would be very helpful for the Diesel project.
  • Answering questions in our discussion forum
  • Reporting bugs in our issue tracker
  • Helping triaging issues in our issue tracker
  • Sponsoring the maintainers.

Diesel-Async 0.9.1

Fixed

  • Correctly check if a connection is a broken state (e.g. has an open transaction) for the mobc pool implementation

Full Changelog: diesel-rs/diesel_async@v0.9.1...v0.9.1

You can support the development of Diesel by:

  • Contributing Code, Documentation or Guides. Checkout the planing for Diesel 2.4 for open tasks.
  • Providing knowledge and help to maintain the MySQL/MariaDB backend. This is currently the only in-tree backend that is not used by any maintainers, so having someone around that actually uses this backend would be very helpful for the Diesel project.
  • Answering questions in our discussion forum
  • Reporting bugs in our issue tracker
  • Helping triaging issues in our issue tracker
  • Sponsoring the maintainers.
Changelog

Sourced from diesel-async's changelog.

[0.9.2] - 2026-06-19

  • Improve the check if a connection is still working in our connection pool implementation by actually loading the response
  • Improve mapping of SQL error states to diesel database error kinds for PostgreSQL 18 and newer

[0.9.1] - 2026-06-05

  • Correctly check if a connection is a broken state (e.g. has an open transaction) for the mobc pool implementation
Commits
  • d2f1886 Prepare a 0.9.2 release
  • 39987dc Merge pull request #294 from DhineshKrishnan1206/fix/pool-ping-read-response
  • 66a6877 Use get_result instead of execute for pool connection ping
  • f839111 Merge pull request #293 from ajesipow/map-more-pg-errors
  • 1496154 Include more CI robustness fixes from diesel
  • bd5f55a Fix sqlite windows job
  • e4a2a6c Fix PG install in CI
  • 38914a8 Fmt
  • 407e2a4 Adapt CI to run tests against postgres 17 and postgres 18
  • ae45068 Add tests for postgres error conversions
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [diesel-async](https://github.com/weiznich/diesel_async) from 0.9.0 to 0.9.2.
- [Release notes](https://github.com/weiznich/diesel_async/releases)
- [Changelog](https://github.com/diesel-rs/diesel_async/blob/main/CHANGELOG.md)
- [Commits](diesel-rs/diesel_async@v0.9.0...v0.9.2)

---
updated-dependencies:
- dependency-name: diesel-async
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants