From a64fd7c0df80edeed0d4a01d1e94aba75367385c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:17:52 +0000 Subject: [PATCH] Update datafusion-sql requirement from 43 to 44 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/43.0.0...44.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 7b3c52f..02e83aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ datafusion-functions-aggregate = "43" datafusion-optimizer = "43" datafusion-physical-expr = "43" datafusion-physical-plan = "43" -datafusion-sql = "43" +datafusion-sql = "44" futures = "0.3" itertools = "0.13" log = "0.4"