From d62750a00c0b3574662f81a75f3d3e2e6ea39186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 18:29:31 +0000 Subject: [PATCH] build(deps): update datafusion-expr requirement from = 43.0.0 to = 44.0.0 Updates the requirements on [datafusion-expr](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...43.0.0) --- updated-dependencies: - dependency-name: datafusion-expr 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 00f9429..9013ebc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ parquet = { version = "= 53.4.0", features = ["async", "object_store"] } # datafusion datafusion = { version = "= 43.0.0" } -datafusion-expr = { version = "= 43.0.0" } +datafusion-expr = { version = "= 44.0.0" } datafusion-common = { version = "= 43.0.0" } datafusion-physical-expr = { version = "= 43.0.0" }