From be0a9d466cffc3290909a1c737fac61f8ee1ceba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 02:56:08 +0000 Subject: [PATCH] Update datafusion-sql requirement from 45 to 46 Updates the requirements on [datafusion-sql](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-sql 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..31bcf1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ datafusion-functions-aggregate = "45" datafusion-optimizer = "45" datafusion-physical-expr = "45" datafusion-physical-plan = "45" -datafusion-sql = "45" +datafusion-sql = "46" futures = "0.3" itertools = "0.13" log = "0.4"