Skip to content

Commit

Permalink
Update datafusion requirement from 38 to 40
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/CHANGELOG.md)
- [Commits](apache/datafusion@38.0.0...40.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 Jul 12, 2024
1 parent 85dfe3a commit 340d411
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 = "38"
datafusion = "40"
convergence = { path = "../convergence", version = "0.16.0" }
chrono = "0.4"

Expand Down

0 comments on commit 340d411

Please sign in to comment.