From a50fe2b9de7058a570c2a06fca69d31018450459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:09:14 +0000 Subject: [PATCH] Update datafusion-expr requirement from 47 to 48 Updates the requirements on [datafusion-expr](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/47.0.0...48.0.0) --- updated-dependencies: - dependency-name: datafusion-expr dependency-version: 48.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 f2ee4fd..28de34c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ async-trait = "0.1" dashmap = "6" datafusion = "47" datafusion-common = "47" -datafusion-expr = "47" +datafusion-expr = "48" datafusion-functions = "47" datafusion-functions-aggregate = "47" datafusion-optimizer = "47"