Skip to content

Commit

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


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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent adb8651 commit 888aff5
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 6 deletions.
42 changes: 37 additions & 5 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 @@ maplit = "1.0.2"
moka = { version = "0.12.8", features = ["future"] }
mongodb = { version = "2.8.2", features = ["tokio-runtime"] }
mysql_async = { workspace = true }
mysql_common = { version = "0.32", default-features = false, features = [
mysql_common = { version = "0.33", default-features = false, features = [
"chrono",
] }
nexmark = { version = "0.2", features = ["serde"] }
Expand Down

0 comments on commit 888aff5

Please sign in to comment.