From 5de9e2bee8d029a29c3a7837ebcd9a48a4e3faee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:02:33 +0000 Subject: [PATCH] chore: Bump the arrow-adbc group across 1 directory with 4 updates Bumps the arrow-adbc group with 4 updates in the / directory: [arrow-array](https://github.com/apache/arrow-rs), [arrow-buffer](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs). Updates `arrow-array` from 58.4.0 to 59.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/58.4.0...59.1.0) Updates `arrow-buffer` from 58.4.0 to 59.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/58.4.0...59.1.0) Updates `arrow-schema` from 58.4.0 to 59.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/58.4.0...59.1.0) Updates `arrow-select` from 58.4.0 to 59.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/58.4.0...59.1.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 59.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-adbc - dependency-name: arrow-buffer dependency-version: 59.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-adbc - dependency-name: arrow-schema dependency-version: 59.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-adbc - dependency-name: arrow-select dependency-version: 59.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-adbc ... Signed-off-by: dependabot[bot] --- Cargo.lock | 211 ++++++++++++++++++++++++++++++++++------------------- Cargo.toml | 8 +- 2 files changed, 141 insertions(+), 78 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c4c947..89bbb1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,10 +8,10 @@ version = "0.26.0" dependencies = [ "adbc_core", "adbc_ffi", - "arrow-array", - "arrow-buffer", - "arrow-schema", - "arrow-select", + "arrow-array 59.1.0", + "arrow-buffer 59.1.0", + "arrow-schema 59.1.0", + "arrow-select 59.1.0", "async-trait", "aws-config", "aws-credential-types", @@ -36,8 +36,8 @@ version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46b169525a7c41670fe95874103c7c6ce713ac699123f81a200bc31f9ad3b02e" dependencies = [ - "arrow-array", - "arrow-schema", + "arrow-array 58.4.0", + "arrow-schema 58.4.0", ] [[package]] @@ -47,8 +47,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6851c2ab953511cf7a244aadcbc0586442fd3c67dfe371457369048880dd513" dependencies = [ "adbc_core", - "arrow-array", - "arrow-schema", + "arrow-array 58.4.0", + "arrow-schema 58.4.0", ] [[package]] @@ -153,17 +153,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cfdd0833e32a9874d2b55089333ad310c0be208aafa277385ce2461dec90be3" dependencies = [ "arrow-arith", - "arrow-array", - "arrow-buffer", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", "arrow-cast", "arrow-csv", - "arrow-data", + "arrow-data 58.4.0", "arrow-ipc", "arrow-json", "arrow-ord", "arrow-row", - "arrow-schema", - "arrow-select", + "arrow-schema 58.4.0", + "arrow-select 58.4.0", "arrow-string", ] @@ -173,10 +173,10 @@ version = "58.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a41203398f0eaa6f7ec8e62c0da742a21abf282c148fc157f6c35c90e29981a" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", + "arrow-data 58.4.0", + "arrow-schema 58.4.0", "chrono", "num-traits", ] @@ -188,9 +188,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae33dad492b7df00a217563a7b0ef2874df68a0deea1b1a3acf628152f7f7a69" dependencies = [ "ahash", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-buffer 58.4.0", + "arrow-data 58.4.0", + "arrow-schema 58.4.0", "chrono", "chrono-tz", "half", @@ -200,15 +200,33 @@ dependencies = [ "num-traits", ] +[[package]] +name = "arrow-array" +version = "59.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9486151b2f0785bafc6fa04fc5c99fcb4495455662e58787ea32eaaed33c4192" +dependencies = [ + "ahash", + "arrow-buffer 59.1.0", + "arrow-data 59.1.0", + "arrow-schema 59.1.0", + "chrono", + "half", + "hashbrown 0.17.1", + "num-complex", + "num-integer", + "num-traits", +] + [[package]] name = "arrow-avro" version = "58.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8108cbcae32141577bc55ab490449944c63cfc93d47384906b475d13d89d43d" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-schema", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", + "arrow-schema 58.4.0", "bytes", "bzip2", "crc", @@ -236,18 +254,30 @@ dependencies = [ "num-traits", ] +[[package]] +name = "arrow-buffer" +version = "59.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4776577a87794bfdf0b4e90e2ea12454fa7738ea2823c4be5b9d1851da7b434" +dependencies = [ + "bytes", + "half", + "num-bigint", + "num-traits", +] + [[package]] name = "arrow-cast" version = "58.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a8a327c9649f30d8406995f27642b68df354713cca3baaaf100f076f18d5f34" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", + "arrow-data 58.4.0", "arrow-ord", - "arrow-schema", - "arrow-select", + "arrow-schema 58.4.0", + "arrow-select 58.4.0", "atoi", "base64", "chrono", @@ -264,9 +294,9 @@ version = "58.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af0dd6d90d1955e9f9a014c1e563ee8aeffc21909085d25623e1da44d96eca26" dependencies = [ - "arrow-array", + "arrow-array 58.4.0", "arrow-cast", - "arrow-schema", + "arrow-schema 58.4.0", "chrono", "csv", "csv-core", @@ -279,8 +309,21 @@ version = "58.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b24852db04738907e06c04ea61e42fe7fda962a34513022dc0d0e754fb7976b" dependencies = [ - "arrow-buffer", - "arrow-schema", + "arrow-buffer 58.4.0", + "arrow-schema 58.4.0", + "half", + "num-integer", + "num-traits", +] + +[[package]] +name = "arrow-data" +version = "59.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b38fe43e2e8704360f1464e6e8cc4fc381ef02cc4fb0192afa8df1aaa0115c66" +dependencies = [ + "arrow-buffer 59.1.0", + "arrow-schema 59.1.0", "half", "num-integer", "num-traits", @@ -292,11 +335,11 @@ version = "58.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29a908a11fcfb3fb2f6730f4ac15e367bc644e419155e96238f68cf3adde572b" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", + "arrow-data 58.4.0", + "arrow-schema 58.4.0", + "arrow-select 58.4.0", "flatbuffers", "lz4_flex", "zstd", @@ -308,12 +351,12 @@ version = "58.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8a96aed3931c076adee39ec2a40d8219fc7f09e79bcdaca1df16272993e1e14" dependencies = [ - "arrow-array", - "arrow-buffer", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", "arrow-cast", "arrow-ord", - "arrow-schema", - "arrow-select", + "arrow-schema 58.4.0", + "arrow-select 58.4.0", "chrono", "half", "indexmap", @@ -333,11 +376,11 @@ version = "58.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63a083ec750f5c043f02946b4baf05fcdbb55f4560a3277055caca5cc99f3eb0" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", + "arrow-data 58.4.0", + "arrow-schema 58.4.0", + "arrow-select 58.4.0", ] [[package]] @@ -346,10 +389,10 @@ version = "58.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "514ba0ef0d4c5896202dae736251ce415abb43a950bed570fb7981b8716c0e4c" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", + "arrow-data 58.4.0", + "arrow-schema 58.4.0", "half", ] @@ -364,6 +407,12 @@ dependencies = [ "serde_json", ] +[[package]] +name = "arrow-schema" +version = "59.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9e4969dc350d571766247143ab36a5187d095d3d3690970408bc630d47c69e5" + [[package]] name = "arrow-select" version = "58.4.0" @@ -371,10 +420,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c58da39eb3d8350ad4a549e5c2bc49284dac554016c69829310350f1731b0aad" dependencies = [ "ahash", - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", + "arrow-data 58.4.0", + "arrow-schema 58.4.0", + "num-traits", +] + +[[package]] +name = "arrow-select" +version = "59.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "402770dba90865359d98d1ef92ef16e23d75c0cca9c2c880c8a05468b7743bf9" +dependencies = [ + "ahash", + "arrow-array 59.1.0", + "arrow-buffer 59.1.0", + "arrow-data 59.1.0", + "arrow-schema 59.1.0", "num-traits", ] @@ -384,11 +447,11 @@ version = "58.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6789b388467525e3271326b6b4915666ecfdf5142aef09779445c954b67543c" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", + "arrow-data 58.4.0", + "arrow-schema 58.4.0", + "arrow-select 58.4.0", "memchr", "num-traits", "regex", @@ -1256,7 +1319,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "754ef4e8f073922a26f5b23133b9db4829342362b09be0bc94309cf261c2f098" dependencies = [ "arrow", - "arrow-schema", + "arrow-schema 58.4.0", "async-trait", "bzip2", "chrono", @@ -1359,7 +1422,7 @@ checksum = "ca43b263cdff57042cfa8fb817fb3469f4878933380dccff25f5e793580abbf9" dependencies = [ "arrow", "arrow-ipc", - "arrow-schema", + "arrow-schema 58.4.0", "chrono", "foldhash 0.2.0", "half", @@ -1557,7 +1620,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8eac0a09bc8d263f52025cad9e001da4d8138d633fa288edda4d06b1772eae6" dependencies = [ "arrow", - "arrow-buffer", + "arrow-buffer 58.4.0", "async-trait", "dashmap", "datafusion-common", @@ -1579,7 +1642,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eeb14d374767ee0fc62dc79a5ba8bcf8a63c14e993c7d992d0e63adfa23d77d3" dependencies = [ "arrow", - "arrow-schema", + "arrow-schema 58.4.0", "async-trait", "chrono", "datafusion-common", @@ -1614,7 +1677,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f64c983bbbdcb729d921a2b2ac3375598719b5cc0c30345ad664936f3176fc7" dependencies = [ "arrow", - "arrow-buffer", + "arrow-buffer 58.4.0", "base64", "blake2", "blake3", @@ -1851,10 +1914,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bc84da934c903407ba297971ebcc020c4c1a38aafd765d6c144c76eff3fa6a1" dependencies = [ "arrow", - "arrow-data", + "arrow-data 58.4.0", "arrow-ipc", "arrow-ord", - "arrow-schema", + "arrow-schema 58.4.0", "async-trait", "datafusion-common", "datafusion-common-runtime", @@ -2029,9 +2092,9 @@ version = "0.1.0" source = "git+https://github.com/adbc-drivers/driverbase-rs.git?rev=9749d0a3d71c71b77e6d79a8a946434a8cd9d3c2#9749d0a3d71c71b77e6d79a8a946434a8cd9d3c2" dependencies = [ "adbc_core", - "arrow-array", - "arrow-buffer", - "arrow-schema", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", + "arrow-schema 58.4.0", ] [[package]] @@ -3043,12 +3106,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d298093b2dec60289dce0684c986d0f7679e9dd15771c2c65406e1aaf604a704" dependencies = [ "ahash", - "arrow-array", - "arrow-buffer", - "arrow-data", + "arrow-array 58.4.0", + "arrow-buffer 58.4.0", + "arrow-data 58.4.0", "arrow-ipc", - "arrow-schema", - "arrow-select", + "arrow-schema 58.4.0", + "arrow-select 58.4.0", "base64", "brotli", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3353316..f8d5cda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,10 +30,10 @@ edition = "2024" [dependencies] adbc_core = "0.23.0" adbc_ffi = { version = "0.23.0", optional = true } -arrow-array = "58.4" -arrow-buffer = "58.4" -arrow-schema = "58.4" -arrow-select = "58.4" +arrow-array = "59.1" +arrow-buffer = "59.1" +arrow-schema = "59.1" +arrow-select = "59.1" async-trait = "0.1" aws-config = "1.8" aws-credential-types = "1.2"