From 9798fbb20d554b3262f37ff48d0806c188137a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:03:48 +0000 Subject: [PATCH] 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](https://github.com/blackbeam/mysql_async/compare/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](https://github.com/blackbeam/rust_mysql_common/compare/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] --- Cargo.lock | 116 +++++++++++++-------------------------- Cargo.toml | 2 +- src/connector/Cargo.toml | 2 +- src/frontend/Cargo.toml | 2 +- 4 files changed, 40 insertions(+), 82 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2547112a44e3..453a2b57e37ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1923,7 +1923,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.10.5", "lazy_static", "lazycell", "log", @@ -5048,58 +5048,6 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" -[[package]] -name = "frunk" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11a351b59e12f97b4176ee78497dff72e4276fb1ceb13e19056aca7fa0206287" -dependencies = [ - "frunk_core", - "frunk_derives", - "frunk_proc_macros", -] - -[[package]] -name = "frunk_core" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af2469fab0bd07e64ccf0ad57a1438f63160c69b2e57f04a439653d68eb558d6" - -[[package]] -name = "frunk_derives" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fa992f1656e1707946bbba340ad244f0814009ef8c0118eb7b658395f19a2e" -dependencies = [ - "frunk_proc_macro_helpers", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "frunk_proc_macro_helpers" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35b54add839292b743aeda6ebedbd8b11e93404f902c56223e51b9ec18a13d2c" -dependencies = [ - "frunk_core", - "proc-macro2", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "frunk_proc_macros" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71b85a1d4a9a6b300b41c05e8e13ef2feca03e0334127f29eca9506a7fe13a93" -dependencies = [ - "frunk_core", - "frunk_proc_macro_helpers", - "quote", - "syn 2.0.87", -] - [[package]] name = "fs-err" version = "3.0.0" @@ -7594,15 +7542,15 @@ checksum = "9252111cf132ba0929b6f8e030cac2a24b507f3a4d6db6fb2896f27b354c714b" [[package]] name = "mysql-common-derive" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c60492b5eb751e55b42d716b6b26dceb66767996cd7a5560a842fbf613ca2e92" +checksum = "deb6d9ff4094f6d58d3f892fc558e60048476213dd17dcf904b62202e9029da6" dependencies = [ "darling 0.20.9", - "heck 0.4.1", + "heck 0.5.0", "num-bigint", "proc-macro-crate 3.1.0", - "proc-macro-error 1.0.4", + "proc-macro-error2", "proc-macro2", "quote", "syn 2.0.87", @@ -7612,9 +7560,9 @@ dependencies = [ [[package]] name = "mysql_async" -version = "0.34.1" +version = "0.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbfe87d7e35cb72363326216cc1712b865d8d4f70abf3b2d2e6b251fb6b2f427" +checksum = "d14cf024116ba8fef4a7fec5abf0bd5de89b9fb29a7e55818a119ac5ec745077" dependencies = [ "bytes", "crossbeam", @@ -7623,12 +7571,8 @@ dependencies = [ "futures-sink", "futures-util", "keyed_priority_queue", - "lazy_static", "lru 0.12.0", - "mio 0.8.11", "mysql_common", - "native-tls", - "once_cell", "pem", "percent-encoding", "pin-project", @@ -7636,25 +7580,22 @@ dependencies = [ "serde", "serde_json", "socket2 0.5.6", - "thiserror 1.0.63", + "thiserror 2.0.3", "tokio", - "tokio-native-tls", "tokio-util", - "twox-hash 1.6.3", + "twox-hash 2.1.0", "url", ] [[package]] name = "mysql_common" -version = "0.32.1" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a60cb978c0a1d654edcc1460f8d6092dacf21346ed6017d81fb76a23ef5a8de" +checksum = "ed90d09e2ca55764bf65030ff5a387fdee42282fe3b89a38fa8f96a809882bc1" dependencies = [ - "base64 0.21.7", - "bigdecimal 0.4.5", + "base64 0.22.0", "bindgen", "bitflags 2.6.0", - "bitvec", "btoi", "byteorder", "bytes", @@ -7663,23 +7604,19 @@ dependencies = [ "cmake", "crc32fast", "flate2", - "frunk", "lazy_static", "mysql-common-derive", "num-bigint", "num-traits", "rand", "regex", - "rust_decimal", "saturating", "serde", "serde_json", "sha1", "sha2", - "smallvec", "subprocess", "thiserror 1.0.63", - "time", "uuid", "zstd 0.13.2", ] @@ -9287,6 +9224,28 @@ dependencies = [ "version_check", ] +[[package]] +name = "proc-macro-error-attr2" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "proc-macro-error2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" +dependencies = [ + "proc-macro-error-attr2", + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "proc-macro-hack" version = "0.5.20+deprecated" @@ -9440,7 +9399,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b" dependencies = [ "heck 0.5.0", - "itertools 0.10.5", + "itertools 0.13.0", "log", "multimap 0.10.0", "once_cell", @@ -9473,7 +9432,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.87", @@ -9486,7 +9445,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.13.0", "proc-macro2", "quote", "syn 2.0.87", @@ -14952,7 +14911,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", - "rand", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 771601e38e8a0..c9052463f46f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index 909f90299e855..a469f839458a3 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -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"] } diff --git a/src/frontend/Cargo.toml b/src/frontend/Cargo.toml index 50af8afef3240..99b734d6a29b1 100644 --- a/src/frontend/Cargo.toml +++ b/src/frontend/Cargo.toml @@ -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"