This is an automated email from the ASF dual-hosted git repository.
lidavidm 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 a03e8f8d9 chore(rust): bump the arrow group across 1 directory with 4
updates (#2573)
a03e8f8d9 is described below
commit a03e8f8d9b3810bc92bbd6621b176392b204a8d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 10 05:55:35 2025 -0400
chore(rust): bump the arrow group across 1 directory with 4 updates (#2573)
Bumps the arrow group with 2 updates in the /rust directory:
[arrow-array](https://github.com/apache/arrow-rs) and
[arrow-select](https://github.com/apache/arrow-rs).
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 28 ++++++++++++++--------------
rust/Cargo.toml | 4 ++--
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 85ba65a08..cd3040bea 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "adbc_core"
-version = "0.17.0"
+version = "0.18.0"
dependencies = [
"arrow-array",
"arrow-schema",
@@ -14,7 +14,7 @@ dependencies = [
[[package]]
name = "adbc_datafusion"
-version = "0.17.0"
+version = "0.18.0"
dependencies = [
"adbc_core",
"arrow-array",
@@ -29,7 +29,7 @@ dependencies = [
[[package]]
name = "adbc_dummy"
-version = "0.17.0"
+version = "0.18.0"
dependencies = [
"adbc_core",
"arrow-array",
@@ -40,7 +40,7 @@ dependencies = [
[[package]]
name = "adbc_snowflake"
-version = "0.17.0"
+version = "0.18.0"
dependencies = [
"adbc_core",
"arrow-array",
@@ -186,9 +186,9 @@ dependencies = [
[[package]]
name = "arrow-array"
-version = "54.1.0"
+version = "54.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb4a06d507f54b70a277be22a127c8ffe0cec6cd98c0ad8a48e77779bbda8223"
+checksum = "a2262eba4f16c78496adfd559a29fe4b24df6088efc9985a873d58e92be022d5"
dependencies = [
"ahash",
"arrow-buffer",
@@ -203,9 +203,9 @@ dependencies = [
[[package]]
name = "arrow-buffer"
-version = "54.1.0"
+version = "54.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d69d326d5ad1cb82dcefa9ede3fee8fdca98f9982756b16f9cb142f4aa6edc89"
+checksum = "4e899dade2c3b7f5642eb8366cfd898958bcca099cde6dfea543c7e8d3ad88d4"
dependencies = [
"bytes",
"half",
@@ -251,9 +251,9 @@ dependencies = [
[[package]]
name = "arrow-data"
-version = "54.1.0"
+version = "54.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1858e7c7d01c44cf71c21a85534fd1a54501e8d60d1195d0d6fbcc00f4b10754"
+checksum = "0a329fb064477c9ec5f0870d2f5130966f91055c7c5bce2b3a084f116bc28c3b"
dependencies = [
"arrow-buffer",
"arrow-schema",
@@ -323,18 +323,18 @@ dependencies = [
[[package]]
name = "arrow-schema"
-version = "54.1.0"
+version = "54.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "105f01ec0090259e9a33a9263ec18ff223ab91a0ea9fbc18042f7e38005142f6"
+checksum = "85934a9d0261e0fa5d4e2a5295107d743b543a6e0484a835d4b8db2da15306f9"
dependencies = [
"bitflags 2.5.0",
]
[[package]]
name = "arrow-select"
-version = "54.1.0"
+version = "54.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f690752fdbd2dee278b5f1636fefad8f2f7134c85e20fd59c4199e15a39a6807"
+checksum = "7e2932aece2d0c869dd2125feb9bd1709ef5c445daa3838ac4112dcfa0fda52c"
dependencies = [
"ahash",
"arrow-array",
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 7eb6d8a82..d96548ae5 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -35,9 +35,9 @@ categories = ["database"]
[workspace.dependencies]
adbc_core = { path = "./core", version = "0.18.0" }
-arrow-array = { version = "54.1.0", default-features = false, features = [
+arrow-array = { version = "54.2.1", default-features = false, features = [
"ffi",
] }
arrow-buffer = { version = "54.1.0", default-features = false }
arrow-schema = { version = "54.1.0", default-features = false }
-arrow-select = { version = "54.1.0", default-features = false }
+arrow-select = { version = "54.2.1", default-features = false }