Skip to content

Commit

Permalink
chore: bump mysql from 25.0.1 to 26.0.0
Browse files Browse the repository at this point in the history
Bumps [mysql](https://github.com/blackbeam/rust-mysql-simple) from 25.0.1 to 26.0.0.
- [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
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent fc4ae61 commit f147893
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 153 deletions.
244 changes: 92 additions & 152 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ duckdb = { version = "1.1.1", optional = true, features = [
"chrono",
] }
futures = { version = "0.3.31", optional = true }
mysql = { version = "25", optional = true }
mysql = { version = "26", optional = true }
postgres = { version = "0.19.10", optional = true }
rusqlite = { version = "0.32.0", optional = true, features = [
"bundled",
Expand Down

0 comments on commit f147893

Please sign in to comment.