From 5f46819fd1075ce529bcdbf361ab3d45b05462f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:24:27 +0000 Subject: [PATCH] chore(deps,cargo): update datafusion requirement from 34.0.0 to 36.0.0 Updates the requirements on [datafusion](https://github.com/apache/arrow-datafusion) to permit the latest version. - [Changelog](https://github.com/apache/arrow-datafusion/blob/main/.github_changelog_generator) - [Commits](https://github.com/apache/arrow-datafusion/compare/34.0.0...34.0.0) --- updated-dependencies: - dependency-name: datafusion 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 a0e33b7..874dc44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ readme = "README.md" [workspace.dependencies] async-trait = "0.1.77" -datafusion = "34.0.0" +datafusion = "36.0.0" datafusion-substrait = "34.0.0"