From 544c6dec8c8276a84113771cbf3931e553ab3f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 20:23:20 +0000 Subject: [PATCH] chore(deps): bump datafusion from 49.0.1 to 49.0.2 Bumps [datafusion](https://github.com/apache/datafusion) from 49.0.1 to 49.0.2. - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion/compare/49.0.1...49.0.2) --- updated-dependencies: - dependency-name: datafusion dependency-version: 49.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06a3701..d00094a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,9 +905,9 @@ dependencies = [ [[package]] name = "datafusion" -version = "49.0.1" +version = "49.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4539076347adb068dd1950f64c6437e946dd3449b8284c971bd05f025a2e648" +checksum = "69dfeda1633bf8ec75b068d9f6c27cdc392ffcf5ff83128d5dbab65b73c1fd02" dependencies = [ "arrow", "arrow-ipc",