Skip to content

chore(deps): update mysql requirement from 26.0.0 to 27.0.0#450

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/mysql-27.0.0
Open

chore(deps): update mysql requirement from 26.0.0 to 27.0.0#450
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/mysql-27.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Updates the requirements on mysql to permit the latest version.

Release notes

Sourced from mysql's releases.

v27.0.0

What's Changed

Breaking

  • New variants for DriverError enum added:
    • DriverError::Params
    • DriverError::BulkExecute
  • Some variants for DriverError were removed:
    • DriverError::MissingNamedParameter — moved under the new DriverError::Params variant
    • DriverError::NamedParamsForPositionalQuery — moved under the new DriverError::Params variant
  • DriverError no longer implements Eq

New Contributors

Full Changelog: blackbeam/rust-mysql-simple@v26.0.1...v27.0.0

Commits
  • aed1c5d Bump version to v27.0.0
  • 7dc0792 Update dependencies
  • eaf3ff9 Merge pull request #398 from powerumc/issue-397
  • 6d7128e Merge pull request #408 from lawrinn/master
  • 96cdd98 Update _execute_bulk for mysql_common v0.36.2
  • 4dc01d0 Update CI runners
  • 9f10d99 clippy, spelling
  • a2cd860 Update _execute_bulk for mysql_common to v0.36.0
  • d956f13 Added test for the case the packet is longer that max_allowed_packet
  • a6e2735 Adding MariaDB bulk execution functionality.
  • Additional commits viewable in compare view

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)

Updates the requirements on [mysql](https://github.com/blackbeam/rust-mysql-simple) to permit the latest version.
- [Release notes](https://github.com/blackbeam/rust-mysql-simple/releases)
- [Commits](blackbeam/rust-mysql-simple@v26.0.0...v27.0.0)

---
updated-dependencies:
- dependency-name: mysql
  dependency-version: 27.0.0
  dependency-type: direct:production
...

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 Feb 23, 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