From 0104c99345752368711026290fb7d408aab17cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 03:19:25 +0000 Subject: [PATCH] Update datafusion requirement from 48 to 49 Updates the requirements on [datafusion](https://github.com/apache/datafusion) to permit the latest version. - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion/compare/48.0.0...49.0.0) --- updated-dependencies: - dependency-name: datafusion dependency-version: 49.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07c88d7..adcc684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ arrow = "55.1.0" arrow-schema = "55.1.0" async-trait = "0.1" dashmap = "6" -datafusion = "48" +datafusion = "49" datafusion-common = "48" datafusion-expr = "48" datafusion-functions = "48"