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 a77b6b252 chore(rust): bump the arrow group in /rust with 2 updates
(#2646)
a77b6b252 is described below
commit a77b6b25295710d1129f87c79036653e5fa95a7a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 25 09:51:38 2025 +0100
chore(rust): bump the arrow group in /rust with 2 updates (#2646)
Bumps the arrow group in /rust with 2 updates:
[arrow-buffer](https://github.com/apache/arrow-rs) and
[arrow-schema](https://github.com/apache/arrow-rs).
Updates `arrow-buffer` from 54.2.1 to 54.3.0
Updates `arrow-schema` from 54.2.1 to 54.3.0
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 8 ++++----
rust/Cargo.toml | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index c48f20dbb..01db49d0a 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -203,9 +203,9 @@ dependencies = [
[[package]]
name = "arrow-buffer"
-version = "54.2.1"
+version = "54.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e899dade2c3b7f5642eb8366cfd898958bcca099cde6dfea543c7e8d3ad88d4"
+checksum = "bc6ed265c73f134a583d02c3cab5e16afab9446d8048ede8707e31f85fad58a0"
dependencies = [
"bytes",
"half",
@@ -323,9 +323,9 @@ dependencies = [
[[package]]
name = "arrow-schema"
-version = "54.2.1"
+version = "54.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "85934a9d0261e0fa5d4e2a5295107d743b543a6e0484a835d4b8db2da15306f9"
+checksum = "a5c53775bba63f319189f366d2b86e9a8889373eb198f07d8544938fc9f8ed9a"
dependencies = [
"bitflags 2.5.0",
]
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index d96548ae5..e754656ae 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -38,6 +38,6 @@ adbc_core = { path = "./core", version = "0.18.0" }
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-buffer = { version = "54.3.0", default-features = false }
+arrow-schema = { version = "54.3.0", default-features = false }
arrow-select = { version = "54.2.1", default-features = false }