Skip to content

Commit f8fe0bd

Browse files
Bump mysql_async from 0.36.2 to 0.37.0
Bumps [mysql_async](https://github.com/blackbeam/mysql_async) from 0.36.2 to 0.37.0. - [Release notes](https://github.com/blackbeam/mysql_async/releases) - [Commits](blackbeam/mysql_async@v0.36.2...v0.37.0) --- updated-dependencies: - dependency-name: mysql_async dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8df2e1d commit f8fe0bd

3 files changed

Lines changed: 22 additions & 43 deletions

File tree

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ futures = "0.3"
4747
geozero = { version = "0.15.1", features = ["with-wkb"] }
4848
insta = { version = "1.46.0", features = ["filters"] }
4949
mongodb = { version = "3.6.0", features = ["openssl-tls"] }
50-
mysql_async = { version = "0.36", features = [
50+
mysql_async = { version = "0.37", features = [
5151
"native-tls-tls",
5252
"chrono",
5353
"time",

crates/mysql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ datafusion = { workspace = true, default-features = false, features = ["sql"] }
1717
datafusion-federation = { workspace = true, features = ["sql"], optional = true }
1818
datafusion-table-providers-common = { workspace = true }
1919
futures = "0.3"
20-
mysql_async = { version = "0.36", features = ["native-tls-tls", "chrono", "time", "bigdecimal"] }
20+
mysql_async = { version = "0.37", features = ["native-tls-tls", "chrono", "time", "bigdecimal"] }
2121
num-bigint = "0.4"
2222
sea-query = { version = "1.0.0", features = ["backend-mysql", "with-rust_decimal", "with-bigdecimal", "with-time", "with-chrono"] }
2323
secrecy = "0.10"

0 commit comments

Comments
 (0)