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 bbe25ffcb chore(rust): bump the arrow group in /rust with 4 updates
(#2468)
bbe25ffcb is described below
commit bbe25ffcbf8adcce3fa8ecae2bc1d920a7a5683c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 20 18:53:45 2025 -0500
chore(rust): bump the arrow group in /rust with 4 updates (#2468)
Bumps the arrow 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).
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 20 ++++++++++----------
rust/Cargo.toml | 4 ++--
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 568a17cb6..560378002 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -188,9 +188,9 @@ dependencies = [
[[package]]
name = "arrow-array"
-version = "53.3.0"
+version = "53.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bd03279cea46569acf9295f6224fbc370c5df184b4d2ecfe97ccb131d5615a7f"
+checksum = "2d45fe6d3faed0435b7313e59a02583b14c6c6339fa7729e94c32a20af319a79"
dependencies = [
"ahash",
"arrow-buffer",
@@ -205,9 +205,9 @@ dependencies = [
[[package]]
name = "arrow-buffer"
-version = "53.3.0"
+version = "53.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e4a9b9b1d6d7117f6138e13bc4dd5daa7f94e671b70e8c9c4dc37b4f5ecfc16"
+checksum = "2b02656a35cc103f28084bc80a0159668e0a680d919cef127bd7e0aaccb06ec1"
dependencies = [
"bytes",
"half",
@@ -256,9 +256,9 @@ dependencies = [
[[package]]
name = "arrow-data"
-version = "53.3.0"
+version = "53.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e4e75edf21ffd53744a9b8e3ed11101f610e7ceb1a29860432824f1834a1f623"
+checksum = "b7f2861ffa86f107b8ab577d86cff7c7a490243eabe961ba1e1af4f27542bb79"
dependencies = [
"arrow-buffer",
"arrow-schema",
@@ -332,18 +332,18 @@ dependencies = [
[[package]]
name = "arrow-schema"
-version = "53.3.0"
+version = "53.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b95513080e728e4cec37f1ff5af4f12c9688d47795d17cda80b6ec2cf74d4678"
+checksum = "9579b9d8bce47aa41389fe344f2c6758279983b7c0ebb4013e283e3e91bb450e"
dependencies = [
"bitflags 2.5.0",
]
[[package]]
name = "arrow-select"
-version = "53.3.0"
+version = "53.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e415279094ea70323c032c6e739c48ad8d80e78a09bef7117b8718ad5bf3722"
+checksum = "7471ba126d0b0aaa24b50a36bc6c25e4e74869a1fd1a5553357027a0b1c8d1f1"
dependencies = [
"ahash",
"arrow-array",
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index dfb056422..438134ef7 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -35,9 +35,9 @@ categories = ["database"]
[workspace.dependencies]
adbc_core = { path = "./core" }
-arrow-array = { version = "53.1.0", default-features = false, features = [
+arrow-array = { version = "53.4.0", default-features = false, features = [
"ffi",
] }
arrow-buffer = { version = "53.1.0", default-features = false }
arrow-schema = { version = "53.1.0", default-features = false }
-arrow-select = { version = "53.1.0", default-features = false }
+arrow-select = { version = "53.4.0", default-features = false }