Skip to content

Commit

Permalink
build(deps): update mysql requirement from 25.0.1 to 26.0.0
Browse files Browse the repository at this point in the history
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@v25.0.1...v26.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 86a6327 commit 63da20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ clap_complete = "4.0.3"
ftp = "3.0.1"
futures = "0.3.24"
indicatif = "0.17.5"
mysql = { version = "25.0.1", default-features = false, features = [
mysql = { version = "26.0.0", default-features = false, features = [
"minimal",
"rustls-tls",
] }
Expand Down

0 comments on commit 63da20d

Please sign in to comment.