From d9800f4a489243987c13098a4d3fddf38be8dc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 20:23:57 +0000 Subject: [PATCH] chore(deps): bump the adbc group across 1 directory with 2 updates Bumps the adbc group with 2 updates in the / directory: [adbc_core](https://github.com/apache/arrow-adbc) and [adbc_ffi](https://github.com/apache/arrow-adbc). Updates `adbc_core` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/apache/arrow-adbc/releases) - [Changelog](https://github.com/apache/arrow-adbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-adbc/commits) Updates `adbc_ffi` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/apache/arrow-adbc/releases) - [Changelog](https://github.com/apache/arrow-adbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-adbc/commits) --- updated-dependencies: - dependency-name: adbc_core dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: adbc - dependency-name: adbc_ffi dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: adbc ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95b434345..c6b82d135 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "adbc_core" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8dbe031527c9856a1e2df5e82aa8e568ffaab3be897f70d874477fb42a783bb" +checksum = "46b169525a7c41670fe95874103c7c6ce713ac699123f81a200bc31f9ad3b02e" dependencies = [ "arrow-array", "arrow-schema", @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "adbc_ffi" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3600ae9aec2907516d088189e3b863029280f1953dd0eab903c7f4c862a0ce81" +checksum = "e6851c2ab953511cf7a244aadcbc0586442fd3c67dfe371457369048880dd513" dependencies = [ "adbc_core", "arrow-array",