Skip to content

Commit

Permalink
chore(deps): Bump the mysql group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the mysql group with 2 updates: [mysql_async](https://github.com/blackbeam/mysql_async) and [mysql_common](https://github.com/blackbeam/rust_mysql_common).


Updates `mysql_async` from 0.33.0 to 0.34.1
- [Release notes](https://github.com/blackbeam/mysql_async/releases)
- [Commits](blackbeam/mysql_async@v0.33.0...v0.34.1)

Updates `mysql_common` from 0.31.0 to 0.32.1
- [Release notes](https://github.com/blackbeam/rust_mysql_common/releases)
- [Commits](blackbeam/rust_mysql_common@v0.31.0...v0.32.1)

---
updated-dependencies:
- dependency-name: mysql_async
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mysql
- dependency-name: mysql_common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mysql
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 1e84852 commit d6a44bc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 13 deletions.
42 changes: 31 additions & 11 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jni = { version = "0.21.1", features = ["invocation"] }
jst = { package = 'jsonschema-transpiler', git = "https://github.com/mozilla/jsonschema-transpiler", rev = "c1a89d720d118843d8bcca51084deb0ed223e4b4" }
maplit = "1.0.2"
moka = { version = "0.12", features = ["future"] }
mysql_async = { version = "0.33", default-features = false, features = [
mysql_async = { version = "0.34", default-features = false, features = [
"default",
] }
mysql_common = { version = "0.31", default-features = false, features = [
mysql_common = { version = "0.32", default-features = false, features = [
"chrono",
] }
nexmark = { version = "0.2", features = ["serde"] }
Expand Down

0 comments on commit d6a44bc

Please sign in to comment.