This is an automated email from the ASF dual-hosted git repository.
mbrobbel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new b33454642 chore(rust): Bump the arrow-datafusion group in /rust with 4
updates (#3504)
b33454642 is described below
commit b334546423ad2002cd7b5f03410f7c2fbad1a9c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 2 10:14:46 2025 +0200
chore(rust): Bump the arrow-datafusion group in /rust with 4 updates (#3504)
Bumps the arrow-datafusion group in /rust with 4 updates:
[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 56.1.0 to 56.2.0
Updates `arrow-buffer` from 56.1.0 to 56.2.0
Updates `arrow-schema` from 56.1.0 to 56.2.0
Updates `arrow-select` from 56.1.0 to 56.2.0
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthijs Brobbel <[email protected]>
---
rust/Cargo.lock | 32 +++++++++++++++++++-------------
rust/driver/datafusion/Cargo.toml | 8 ++++----
2 files changed, 23 insertions(+), 17 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 3fccf232a..1f521a8ea 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -182,9 +182,9 @@ dependencies = [
[[package]]
name = "arrow-array"
-version = "56.1.0"
+version = "56.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "744109142cdf8e7b02795e240e20756c2a782ac9180d4992802954a8f871c0de"
+checksum = "8548ca7c070d8db9ce7aa43f37393e4bfcf3f2d3681df278490772fd1673d08d"
dependencies = [
"ahash",
"arrow-buffer",
@@ -193,15 +193,15 @@ dependencies = [
"chrono",
"chrono-tz",
"half",
- "hashbrown 0.15.4",
+ "hashbrown 0.16.0",
"num",
]
[[package]]
name = "arrow-buffer"
-version = "56.1.0"
+version = "56.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "601bb103c4c374bcd1f62c66bcea67b42a2ee91a690486c37d4c180236f11ccc"
+checksum = "e003216336f70446457e280807a73899dd822feaf02087d31febca1363e2fccc"
dependencies = [
"bytes",
"half",
@@ -246,9 +246,9 @@ dependencies = [
[[package]]
name = "arrow-data"
-version = "56.1.0"
+version = "56.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43407f2c6ba2367f64d85d4603d6fb9c4b92ed79d2ffd21021b37efa96523e12"
+checksum = "a5c64fff1d142f833d78897a772f2e5b55b36cb3e6320376f0961ab0db7bd6d0"
dependencies = [
"arrow-buffer",
"arrow-schema",
@@ -321,9 +321,9 @@ dependencies = [
[[package]]
name = "arrow-schema"
-version = "56.1.0"
+version = "56.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dfa93af9ff2bb80de539e6eb2c1c8764abd0f4b73ffb0d7c82bf1f9868785e66"
+checksum = "b3aa9e59c611ebc291c28582077ef25c97f1975383f1479b12f3b9ffee2ffabe"
dependencies = [
"bitflags",
"serde",
@@ -332,9 +332,9 @@ dependencies = [
[[package]]
name = "arrow-select"
-version = "56.1.0"
+version = "56.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "be8b2e0052cd20d36d64f32640b68a5ab54d805d24a473baee5d52017c85536c"
+checksum = "8c41dbbd1e97bfcaee4fcb30e29105fb2c75e4d82ae4de70b792a5d3f66b2e7a"
dependencies = [
"ahash",
"arrow-array",
@@ -1413,6 +1413,12 @@ dependencies = [
"foldhash",
]
+[[package]]
+name = "hashbrown"
+version = "0.16.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
+
[[package]]
name = "heck"
version = "0.5.0"
@@ -1612,7 +1618,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
dependencies = [
"equivalent",
- "hashbrown 0.15.4",
+ "hashbrown 0.16.0",
]
[[package]]
@@ -2594,7 +2600,7 @@ dependencies = [
"getrandom 0.3.3",
"once_cell",
"rustix",
- "windows-sys 0.60.2",
+ "windows-sys 0.61.1",
]
[[package]]
diff --git a/rust/driver/datafusion/Cargo.toml
b/rust/driver/datafusion/Cargo.toml
index 71ebab66c..8d421f4b6 100644
--- a/rust/driver/datafusion/Cargo.toml
+++ b/rust/driver/datafusion/Cargo.toml
@@ -33,16 +33,16 @@ categories.workspace = true
[dependencies]
adbc_core.workspace = true
adbc_ffi = { workspace = true, optional = true }
-arrow-array = "56.0.0"
-arrow-buffer = "56.0.0"
-arrow-schema = "56.0.0"
+arrow-array = "56.2.0"
+arrow-buffer = "56.2.0"
+arrow-schema = "56.2.0"
datafusion = { version = "50.0.0", default-features = false }
datafusion-substrait = { version = "50.0.0", default-features = false }
tokio = { version = "1.47", features = ["rt-multi-thread"] }
prost = "0.13.5"
[dev-dependencies]
-arrow-select = "56.0.0"
+arrow-select = "56.2.0"
[lib]
crate-type = ["lib", "cdylib"]