Skip to content

Commit aa6029c

Browse files
build(rust): bump mysql_common from 0.32.4 to 0.35.4
Bumps [mysql_common](https://github.com/blackbeam/rust_mysql_common) from 0.32.4 to 0.35.4. - [Release notes](https://github.com/blackbeam/rust_mysql_common/releases) - [Commits](blackbeam/rust_mysql_common@v0.32.4...v0.35.4) --- updated-dependencies: - dependency-name: mysql_common dependency-version: 0.35.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57387f4 commit aa6029c

File tree

2 files changed

+50
-5
lines changed

2 files changed

+50
-5
lines changed

Cargo.lock

Lines changed: 49 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectorx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ oracle = {version = "0.6", optional = true}
3939
postgres = {version = "0.19", features = ["with-chrono-0_4", "with-uuid-1", "with-serde_json-1"], optional = true}
4040
postgres-native-tls = {version = "0.5", optional = true}
4141
postgres-openssl = {version = "0.5", optional = true}
42-
mysql_common = {version = "0.32", features = ["chrono"], optional = true}
42+
mysql_common = {version = "0.35", features = ["chrono"], optional = true}
4343
r2d2 = {version = "0.8", optional = true}
4444
r2d2-oracle = {version = "0.7", features = ["chrono"], optional = true}
4545
r2d2_mysql = {version = "25", optional = true}

0 commit comments

Comments
 (0)