From 3f8a9ae04b70e4006e15180d60f98bb452319679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 02:56:03 +0000 Subject: [PATCH] Update datafusion-physical-plan requirement from 45 to 46 Updates the requirements on [datafusion-physical-plan](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/45.0.0...46.0.0) --- updated-dependencies: - dependency-name: datafusion-physical-plan 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 d728fce..2472f73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ datafusion-functions = "45" datafusion-functions-aggregate = "45" datafusion-optimizer = "45" datafusion-physical-expr = "45" -datafusion-physical-plan = "45" +datafusion-physical-plan = "46" datafusion-sql = "45" futures = "0.3" itertools = "0.13"