This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


The following commit(s) were added to refs/heads/main by this push:
     new 3d4d34fc chore: Update ADBC versions and group datafusion- and 
adbc-aligned dependencies (#512)
3d4d34fc is described below

commit 3d4d34fccca7988eec296d08b11210972e419e88
Author: Dewey Dunnington <[email protected]>
AuthorDate: Wed Jan 14 09:38:06 2026 -0600

    chore: Update ADBC versions and group datafusion- and adbc-aligned 
dependencies (#512)
---
 .github/dependabot.yml | 12 +++++++-----
 Cargo.lock             |  8 ++++----
 Cargo.toml             |  4 ++--
 3 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1c63c815..1e3fb95b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -35,15 +35,13 @@ updates:
       - dependency-name: "*"
         update-types: ["version-update:semver-patch"]
     groups:
-      arrow-parquet:
+      datafusion-arrow-parquet:
         applies-to: version-updates
         patterns:
+          - "datafusion*"
           - "arrow*"
           - "parquet"
-      datafusion:
-        applies-to: version-updates
-        patterns:
-          - "datafusion*"
+          - "objstore"
       wasm-bindgen:
         applies-to: version-updates
         patterns:
@@ -53,3 +51,7 @@ updates:
         applies-to: version-updates
         patterns:
           - "savvy*"
+      adbc:
+        applies-to: version-updates
+        patterns:
+          - "adbc_*"
diff --git a/Cargo.lock b/Cargo.lock
index ca89f4e9..46f9ff1b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -52,9 +52,9 @@ dependencies = [
 
 [[package]]
 name = "adbc_core"
-version = "0.21.0"
+version = "0.22.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1a38cdcc3e43dc645038c2b6339dd98610c48ae593cc67839452e6670fa09f27"
+checksum = "e8dbe031527c9856a1e2df5e82aa8e568ffaab3be897f70d874477fb42a783bb"
 dependencies = [
  "arrow-array",
  "arrow-schema",
@@ -62,9 +62,9 @@ dependencies = [
 
 [[package]]
 name = "adbc_ffi"
-version = "0.21.0"
+version = "0.22.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "08d36274376fdc4849cf47a78f3baeef4ae1654ef703dc3148d91adde3336c11"
+checksum = "3600ae9aec2907516d088189e3b863029280f1953dd0eab903c7f4c862a0ce81"
 dependencies = [
  "adbc_core",
  "arrow-array",
diff --git a/Cargo.toml b/Cargo.toml
index 1e69ef66..99e084e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,8 +60,8 @@ categories = ["science::geo", "database"]
 
 [workspace.dependencies]
 approx = "0.5"
-adbc_core = ">=0.21.0"
-adbc_ffi = ">=0.21.0"
+adbc_core = ">=0.22.0"
+adbc_ffi = ">=0.22.0"
 lru = "0.16"
 arrow = { version = "57.0.0", features = ["prettyprint", "ffi", "chrono-tz"] }
 arrow-array = { version = "57.0.0" }

Reply via email to