Skip to content

Commit 0f20b3e

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.1 - [Release notes](https://github.com/blackbeam/rust_mysql_common/releases) - [Commits](blackbeam/rust_mysql_common@v0.32.1...v0.34.1) --- 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 a0c2ab7 commit 0f20b3e

File tree

4 files changed

+25
-108
lines changed

4 files changed

+25
-108
lines changed

Cargo.lock

+22-105
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
@@ -175,7 +175,7 @@ jsonbb = "0.1.4"
175175
linkme = { version = "0.3.32", features = ["used_linker"] }
176176
lru = { git = "https://github.com/risingwavelabs/lru-rs.git", rev = "2682b85" }
177177
parquet = { version = "54", features = ["async"] }
178-
mysql_async = { version = "0.34", default-features = false, features = [
178+
mysql_async = { version = "0.35", default-features = false, features = [
179179
"default",
180180
] }
181181
thiserror-ext = { version = "0.2.1", features = ["backtrace"] }

src/connector/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ maplit = "1.0.2"
6565
moka = { version = "0.12.10", features = ["future"] }
6666
mongodb = { version = "2.8.2", features = ["tokio-runtime"] }
6767
mysql_async = { workspace = true }
68-
mysql_common = { version = "0.32", default-features = false, features = [
68+
mysql_common = { version = "0.34", default-features = false, features = [
6969
"chrono",
7070
] }
7171
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)