Skip to content

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

Merged
lutter merged 1 commit into
masterfrom
dependabot/cargo/diesel-async-0.9.2
Jun 30, 2026
Merged

build(deps): bump diesel-async from 0.9.0 to 0.9.2#6659
lutter merged 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 dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/diesel-async-0.9.2 branch 2 times, most recently from 5f2b35e to 9dd7239 Compare June 30, 2026 17:21
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>
@lutter lutter force-pushed the dependabot/cargo/diesel-async-0.9.2 branch from 9dd7239 to 3bdc21e Compare June 30, 2026 19:45
@lutter lutter merged commit 3bdc21e into master Jun 30, 2026
6 checks passed
@lutter lutter deleted the dependabot/cargo/diesel-async-0.9.2 branch June 30, 2026 19:52
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.

1 participant