From a1c319c20c044c598177fca84539a3442ca7f4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:10:49 +0000 Subject: [PATCH] Update datafusion-functions requirement from 43 to 44 Updates the requirements on [datafusion-functions](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-functions 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 dacf74d..8f74b87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ dashmap = "6" datafusion = "43" datafusion-common = "43" datafusion-expr = "43" -datafusion-functions = "43" +datafusion-functions = "44" datafusion-functions-aggregate = "43" datafusion-optimizer = "43" datafusion-physical-expr = "43"