From 3ef8443c2796eb2f5be222afe32af35e213be517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:28:12 +0000 Subject: [PATCH] Update datafusion requirement from 47 to 48 Updates the requirements on [datafusion](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/47.0.0...48.0.0) --- updated-dependencies: - dependency-name: datafusion dependency-version: 48.0.0 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 ec1f444..bc129f7 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 = "47" +datafusion = "48" convergence = { path = "../convergence", version = "0.17.0" } chrono = "0.4" tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4" ] }