From cd62dd703ea69fdc14d731ba04ac5397bc188903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:02:08 +0000 Subject: [PATCH] build(deps): bump datafusion-ffi from 50.0.0 to 50.1.0 Bumps [datafusion-ffi](https://github.com/apache/datafusion) from 50.0.0 to 50.1.0. - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion/compare/50.0.0...50.1.0) --- updated-dependencies: - dependency-name: datafusion-ffi dependency-version: 50.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf67256c3..1f8ff1c80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,9 +1252,9 @@ dependencies = [ [[package]] name = "datafusion-ffi" -version = "50.0.0" +version = "50.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ff957c0553df58b70904608cc0047d4489fc566191b7fb00e9fe5a52cafa0ef" +checksum = "cda6e7e5f98b9587f2e32db9eb550539441e18edcea90075d6504da811de5960" dependencies = [ "abi_stable", "arrow",