Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Updates the requirements on diesel-async to permit the latest version.

Release notes

Sourced from diesel-async's releases.

Diesel-Async 0.7.3

Full Changelog: weiznich/diesel_async@v0.7.2...v0.7.3

Changelog

Sourced from diesel-async's changelog.

[0.7.3] - 2025-10-05

  • Another docs.rs build fix

[0.7.2] - 2025-10-02

  • Fix versions in the Readme

[0.7.1] - 2025-10-02

  • Fix the docs.rs build

[0.7.0] - 2025-10-02

  • Support for diesel 2.3
  • Added support for running migrations via AsyncMigrationHarness
  • Improved ergonomics of using query pipelining with AsyncPgConnection
  • Added the ability to cancel queries using AsyncMysqlConnection::cancel_token

[0.6.1] - 2025-07-03

  • Fix features for some dependencies

[0.6.0] - 2025-07-02

  • Allow to control the statement cache size
  • Minimize dependencies features
  • Bump minimal supported mysql_async version to 0.36.0
  • Fixing a bug in how we tracked open transaction that could lead to dangling transactions is specific cases

[0.5.2] - 2024-11-26

  • Fixed an issue around transaction cancellation that could lead to connection pools containing connections with dangling transactions

[0.5.1] - 2024-11-01

  • 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

[0.5.0] - 2024-07-19

  • 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

[0.4.1] - 2023-09-01

... (truncated)

Commits
  • e5e71da Prepare a 0.7.3 release to finally fix the docs.rs build
  • dacc14b Merge pull request #265 from paolobarbolini/no-docsrs-in-rustc
  • 4ae1573 Fix docs.rs build by avoiding --cfg docsrs in rustc flags
  • 46cd5fe Fix versions in the readme
  • d5ac63e Fix docs.rs build
  • df4c823 Explicitly specify what should be published and what not
  • 4c44953 Merge pull request #264 from weiznich/prepare/0.7.0
  • d0c4ea0 Prepare a 0.7.0 release
  • 3569190 Merge pull request #262 from stormshield-kg/fix-hrtb-errors
  • 661de8c Replace hand written future impls
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [diesel-async](https://github.com/weiznich/diesel_async) to permit the latest version.
- [Release notes](https://github.com/weiznich/diesel_async/releases)
- [Changelog](https://github.com/weiznich/diesel_async/blob/main/CHANGELOG.md)
- [Commits](weiznich/diesel_async@v0.6.1...v0.7.3)

---
updated-dependencies:
- dependency-name: diesel-async
  dependency-version: 0.7.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant