Skip to content

chore(deps): bump mysql_common from 0.37.3 to 0.38.2 - #257

Open
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/cargo/mysql_common-0.38.2
Open

chore(deps): bump mysql_common from 0.37.3 to 0.38.2#257
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/cargo/mysql_common-0.38.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps mysql_common from 0.37.3 to 0.38.2.

Release notes

Sourced from mysql_common's releases.

v0.38.2

What's Changed

Full Changelog: blackbeam/rust_mysql_common@v0.38.1...v0.38.2

v0.38.1

What's Changed

Full Changelog: blackbeam/rust_mysql_common@v0.38.0...v0.38.1

v0.38.0

Breaking

  • new ChallengeResponsePlugin trait was introduced to incapsulate the auth logic for suppoted plugins
  • every plugin now have its state machine in a separate module under crate::auth::plugins
  • New AuthProc enum was introduced as a convenient way for a driver to dispatch auth packets to a plugin
  • AuthPluginData was removed in favor of responses generated by ChallengeResponsePlugin::run

PRs

Other changes

Crate-level docs was moved to CRATE_LEVEL_DOCS.md

New Contributors

Full Changelog: blackbeam/rust_mysql_common@v0.37.3...v0.38.0

Commits
  • 0648371 Bump micro version
  • fd17a21 Merge pull request #194 from blackbeam/auth-switch-plugin-data2
  • 0c1e03d Fix AuthSwitchRequest::plugin_data again
  • aa8930b Bump micro version
  • bcb4aaa Merge pull request #193 from blackbeam/auth-switch-plugin-data
  • 279a781 Fix AuthSwitchRequest::plugin_data
  • 2c6cb6b Update dependencies
  • c5dd252 Merge pull request #186 from t8y2/dbx/sha256-password-auth
  • 77085e9 Implement sha256_password plugin logic
  • d2ddd2a Document the expected caller behavior for ChallengeResponsePlugin::run
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mysql_common](https://github.com/blackbeam/rust_mysql_common) from 0.37.3 to 0.38.2.
- [Release notes](https://github.com/blackbeam/rust_mysql_common/releases)
- [Commits](blackbeam/rust_mysql_common@v0.37.3...v0.38.2)

---
updated-dependencies:
- dependency-name: mysql_common
  dependency-version: 0.38.2
  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 Aug 4, 2026
@dependabot
dependabot Bot requested a review from unclesp1d3r as a code owner August 4, 2026 22:24
@dependabot dependabot Bot added the rust Pull requests that update Rust code label Aug 4, 2026
@mergify

mergify Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Merge Protections

🔴 1 of 2 protections blocking · waiting on 🤖 CI

Protection Waiting on
🔴 CI must pass 🤖 CI
🟢 Do not merge outdated PRs

🔴 CI must pass

Waiting for

  • check-success = coverage
  • check-success = quality
  • check-success = test-cross-platform (macos-latest, macOS)
  • check-success = test-cross-platform (ubuntu-latest, Linux)
  • check-success = test-cross-platform (windows-latest, Windows)
  • check-success = test-features (default)
  • check-success = test-features (minimal)
This rule is failing.

All CI checks must pass. Release-plz PRs are exempt because they only bump versions and changelogs (code was already tested on main), and GITHUB_TOKEN-triggered force-pushes suppress CI.

  • check-success = coverage
  • check-success = quality
  • check-success = test-cross-platform (macos-latest, macOS)
  • check-success = test-cross-platform (ubuntu-latest, Linux)
  • check-success = test-cross-platform (windows-latest, Windows)
  • check-success = test-features (default)
  • check-success = test-features (minimal)

Show 1 satisfied protection

🟢 Do not merge outdated PRs

Make sure PRs are within 3 commits of the base branch before merging

  • #commits-behind <= 3

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