From 0faa5dbb12919e7e74fc1f92ea0d7d3e7d385f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 02:55:58 +0000 Subject: [PATCH] Update datafusion-functions requirement from 45 to 46 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/45.0.0...46.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 d728fce..4dd2bd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ dashmap = "6" datafusion = "45" datafusion-common = "45" datafusion-expr = "45" -datafusion-functions = "45" +datafusion-functions = "46" datafusion-functions-aggregate = "45" datafusion-optimizer = "45" datafusion-physical-expr = "45"