Skip to content

Commit

Permalink
Update datafusion-cli requirement from 32.0.0 to 33.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [datafusion-cli](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@32.0.0...32.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent c0561ed commit eed018f
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 @@ -35,7 +35,7 @@ arrow-schema = { version = "47.0.0", default-features = false }
configure_me = { version = "0.4.0" }
configure_me_codegen = { version = "0.4.4" }
datafusion = "32.0.0"
datafusion-cli = "32.0.0"
datafusion-cli = "33.0.0"
datafusion-proto = "32.0.0"
object_store = "0.7.0"
sqlparser = "0.38.0"
Expand Down

0 comments on commit eed018f

Please sign in to comment.