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 68af962ac chore(rust): bump the arrow group in /rust with 2 updates
(#2661)
68af962ac is described below
commit 68af962aceb04f036fdbc5d39dde4a7f81e6abc0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 1 16:09:29 2025 +0200
chore(rust): bump the arrow group in /rust with 2 updates (#2661)
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.3.0 to 54.3.1
Updates `arrow-schema` from 54.3.0 to 54.3.1
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 01db49d0a..2a90228a2 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -203,9 +203,9 @@ dependencies = [
[[package]]
name = "arrow-buffer"
-version = "54.3.0"
+version = "54.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc6ed265c73f134a583d02c3cab5e16afab9446d8048ede8707e31f85fad58a0"
+checksum = "263f4801ff1839ef53ebd06f99a56cecd1dbaf314ec893d93168e2e860e0291c"
dependencies = [
"bytes",
"half",
@@ -323,9 +323,9 @@ dependencies = [
[[package]]
name = "arrow-schema"
-version = "54.3.0"
+version = "54.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a5c53775bba63f319189f366d2b86e9a8889373eb198f07d8544938fc9f8ed9a"
+checksum = "39cfaf5e440be44db5413b75b72c2a87c1f8f0627117d110264048f2969b99e9"
dependencies = [
"bitflags 2.5.0",
]
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index e754656ae..114774f00 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.3.0", default-features = false }
-arrow-schema = { version = "54.3.0", default-features = false }
+arrow-buffer = { version = "54.3.1", default-features = false }
+arrow-schema = { version = "54.3.1", default-features = false }
arrow-select = { version = "54.2.1", default-features = false }