From e999db61e91254a791ccdf5ee212ecc4299b1f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:48:01 +0000 Subject: [PATCH] Update datafusion requirement from 37 to 38 Updates the requirements on [datafusion](https://github.com/apache/datafusion) to permit the latest version. - [Changelog](https://github.com/apache/datafusion/blob/main/.github_changelog_generator) - [Commits](https://github.com/apache/datafusion/compare/37.0.0...38.0.0) --- updated-dependencies: - dependency-name: datafusion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- convergence-arrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convergence-arrow/Cargo.toml b/convergence-arrow/Cargo.toml index 36ccba4..3d483b5 100644 --- a/convergence-arrow/Cargo.toml +++ b/convergence-arrow/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/returnString/convergence" [dependencies] tokio = { version = "1" } async-trait = "0.1" -datafusion = "37" +datafusion = "38" convergence = { path = "../convergence", version = "0.16.0" } chrono = "0.4"