Skip to content

chore(deps): bump mysql_async from 0.36.2 to 0.37.1 in /reference-apps/rust - #329

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/reference-apps/rust/mysql_async-0.37.1
Open

chore(deps): bump mysql_async from 0.36.2 to 0.37.1 in /reference-apps/rust#329
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/reference-apps/rust/mysql_async-0.37.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps mysql_async from 0.36.2 to 0.37.1.

Release notes

Sourced from mysql_async's releases.

v0.37.1

Fix data race in statement cache (see #406)

Full Changelog: blackbeam/mysql_async@v0.37.0...v0.37.1

v0.37.0

UPD

It was mentioned by @​rubenfiszel in #389 that there was another subtle breaking change introduced in v0.37.0 release:

It is now an error to give positional parameters to a named query — previously only the DriverError::NamedParametersForPositionalQuery error was emitted and positional-for-named case wasn't covered at all (by the deprecated Params::into_positional function).

In v0.37.0 new DriverError::Params variant was introduced and the positional-for-named case is covered by the new Params::into_values function.

What's Changed

New Contributors

... (truncated)

Commits
  • ce4b276 bump micro version
  • 8b82d36 Fix UB by replacing incorrectly implemented ColumnsArcPtr by arc_swap (fi...
  • b7029b4 Bump minor version
  • 6d6940b clippy
  • 4a5f72b Bump lru to 0.18.0
  • ec8bb54 Merge pull request #394 from grelner/pkcs8-key-support
  • 3234c7c Support PKCS#8 and SEC1 private keys in rustls ClientIdentity
  • 00a179f Merge pull request #389 from davidrjonas/multiruntime-pool-warning
  • 2bad388 Merge pull request #391 from goffrie/after-connect
  • 05993db Simplify public API of Opts::after_connect. Add an examlpe.
  • 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 [mysql_async](https://github.com/blackbeam/mysql_async) from 0.36.2 to 0.37.1.
- [Release notes](https://github.com/blackbeam/mysql_async/releases)
- [Commits](blackbeam/mysql_async@v0.36.2...v0.37.1)

---
updated-dependencies:
- dependency-name: mysql_async
  dependency-version: 0.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 10, 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