Skip to content

Commit

Permalink
chore(deps): bump r2d2_mysql from 23.0.0 to 24.0.0
Browse files Browse the repository at this point in the history
Bumps [r2d2_mysql](https://github.com/outersky/r2d2-mysql) from 23.0.0 to 24.0.0.
- [Release notes](https://github.com/outersky/r2d2-mysql/releases)
- [Changelog](https://github.com/outersky/r2d2-mysql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/outersky/r2d2-mysql/commits)

---
updated-dependencies:
- dependency-name: r2d2_mysql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 7d133ae commit 81a417b
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 17 deletions.
101 changes: 85 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ log = { version = "0.4", features = ["release_max_level_info"] }
fern = "0.6"
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
r2d2 = "0.8"
r2d2_mysql = "23.0"
r2d2_mysql = "24.0"
r2d2_sqlite = { version = "0.22", features = ["bundled"] }
rand = "0.8"
derive_more = "0.99"
Expand Down

0 comments on commit 81a417b

Please sign in to comment.