Skip to content

Commit

Permalink
chore(deps,cargo): update datafusion requirement from 34.0.0 to 36.0.0
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@34.0.0...34.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 Mar 12, 2024
1 parent 3545919 commit 69b3fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ readme = "README.md"

[workspace.dependencies]
async-trait = "0.1.77"
datafusion = "34.0.0"
datafusion = "36.0.0"
datafusion-substrait = "34.0.0"

0 comments on commit 69b3fa9

Please sign in to comment.