Skip to content

Commit

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


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

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

---
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 Jan 3, 2025
1 parent 79405dc commit 9fd98ee
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 79 deletions.
110 changes: 34 additions & 76 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 @@ -173,7 +173,7 @@ jsonbb = "0.1.4"
linkme = { version = "0.3", features = ["used_linker"] }
lru = { git = "https://github.com/risingwavelabs/lru-rs.git", rev = "2682b85" }
parquet = { version = "53.2", features = ["async"] }
mysql_async = { version = "0.34", default-features = false, features = [
mysql_async = { version = "0.35", default-features = false, features = [
"default",
] }
thiserror-ext = { version = "0.2.1", features = ["backtrace"] }
Expand Down
2 changes: 1 addition & 1 deletion src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.34", default-features = false, features = [
"chrono",
] }
nexmark = { version = "0.2", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ linkme = { workspace = true }
maplit = "1"
md5 = "0.7.0"
memcomparable = "0.2"
mysql_async = { version = "0.34", default-features = false, features = [
mysql_async = { version = "0.35", default-features = false, features = [
"default",
] }
num-integer = "0.1"
Expand Down

0 comments on commit 9fd98ee

Please sign in to comment.