Skip to content

Commit

Permalink
Update datafusion requirement from 28 to 31
Browse files Browse the repository at this point in the history
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](apache/datafusion@28.0.0...31.0.0)

---
updated-dependencies:
- dependency-name: datafusion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and returnString committed Sep 19, 2023
1 parent 8b61d2c commit 8dc4c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convergence-arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/returnString/convergence"
tokio = { version = "1" }
sqlparser = "0.37"
async-trait = "0.1"
datafusion = "28"
datafusion = "31"
convergence = { path = "../convergence", version = "0.13.0" }
chrono = "0.4"

Expand Down

0 comments on commit 8dc4c60

Please sign in to comment.