From 23ea25317cdfee85d83503c7a1dc52190087fbc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:09:19 +0000 Subject: [PATCH] Update datafusion-optimizer requirement from 47 to 48 Updates the requirements on [datafusion-optimizer](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-optimizer 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..a4c21af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ datafusion-common = "47" datafusion-expr = "47" datafusion-functions = "47" datafusion-functions-aggregate = "47" -datafusion-optimizer = "47" +datafusion-optimizer = "48" datafusion-physical-expr = "47" datafusion-physical-plan = "47" datafusion-sql = "47"