Skip to content

Commit

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


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

---
updated-dependencies:
- dependency-name: mysql_async
  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 19, 2024
1 parent ac64f53 commit fb5ebe8
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 14 deletions.
79 changes: 66 additions & 13 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 src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ 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 = [
Expand Down

0 comments on commit fb5ebe8

Please sign in to comment.