Skip to content

Commit

Permalink
chore(deps): Bump mysql_common from 0.30.6 to 0.31.0
Browse files Browse the repository at this point in the history
Bumps [mysql_common](https://github.com/blackbeam/rust_mysql_common) from 0.30.6 to 0.31.0.
- [Release notes](https://github.com/blackbeam/rust_mysql_common/releases)
- [Commits](blackbeam/rust_mysql_common@v0.30.6...v0.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 90191c7 commit 6f96908
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
48 changes: 45 additions & 3 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 @@ -71,7 +71,7 @@ moka = { version = "0.12", features = ["future"] }
mysql_async = { version = "0.32", default-features = false, features = [
"default",
] }
mysql_common = { version = "0.30", default-features = false, features = [
mysql_common = { version = "0.31", default-features = false, features = [
"chrono",
] }
nexmark = { version = "0.2", features = ["serde"] }
Expand Down

0 comments on commit 6f96908

Please sign in to comment.