Skip to content

Commit

Permalink
Update datafusion requirement from 37 to 38
Browse files Browse the repository at this point in the history
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](apache/datafusion@37.0.0...38.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and returnString committed May 13, 2024
1 parent 8360bb4 commit 85dfe3a
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 @@ -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"

Expand Down

0 comments on commit 85dfe3a

Please sign in to comment.