Skip to content

Commit 4f12a99

Browse files
Update datafusion requirement from 47 to 51
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](apache/datafusion@47.0.0...51.0.0) --- updated-dependencies: - dependency-name: datafusion dependency-version: 51.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aace5f4 commit 4f12a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convergence-arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/returnString/convergence"
1010
[dependencies]
1111
tokio = { version = "1" }
1212
async-trait = "0.1"
13-
datafusion = "47"
13+
datafusion = "51"
1414
convergence = { path = "../convergence", version = "0.17.0" }
1515
chrono = "0.4"
1616
tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4" ] }

0 commit comments

Comments
 (0)