Skip to content

Commit 7c35a21

Browse files
chore(deps): Bump the mysql group across 1 directory with 2 updates
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.1 - [Release notes](https://github.com/blackbeam/mysql_async/releases) - [Commits](blackbeam/mysql_async@v0.34.1...v0.35.1) 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]>
1 parent 20a68b0 commit 7c35a21

File tree

4 files changed

+38
-80
lines changed

4 files changed

+38
-80
lines changed

Cargo.lock

+35-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jsonbb = "0.1.4"
173173
linkme = { version = "0.3", features = ["used_linker"] }
174174
lru = { git = "https://github.com/risingwavelabs/lru-rs.git", rev = "2682b85" }
175175
parquet = { version = "53.2", features = ["async"] }
176-
mysql_async = { version = "0.34", default-features = false, features = [
176+
mysql_async = { version = "0.35", default-features = false, features = [
177177
"default",
178178
] }
179179
thiserror-ext = { version = "0.2.1", features = ["backtrace"] }

src/connector/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ maplit = "1.0.2"
6767
moka = { version = "0.12.8", features = ["future"] }
6868
mongodb = { version = "2.8.2", features = ["tokio-runtime"] }
6969
mysql_async = { workspace = true }
70-
mysql_common = { version = "0.32", default-features = false, features = [
70+
mysql_common = { version = "0.34", default-features = false, features = [
7171
"chrono",
7272
] }
7373
nexmark = { version = "0.2", features = ["serde"] }

src/frontend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ linkme = { workspace = true }
3939
maplit = "1"
4040
md5 = "0.7.0"
4141
memcomparable = "0.2"
42-
mysql_async = { version = "0.34", default-features = false, features = [
42+
mysql_async = { version = "0.35", default-features = false, features = [
4343
"default",
4444
] }
4545
num-integer = "0.1"

0 commit comments

Comments
 (0)