Skip to content

Commit

Permalink
chore(deps,cargo): update datafusion requirement from 44.0.0 to 45.0.0
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@44.0.0...44.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 04d949d commit e03908f
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 @@ -18,7 +18,7 @@ arrow = "53.3"
arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] }
arrow-json = "53.3"
async-trait = "0.1.83"
datafusion = "44.0.0"
datafusion = "45.0.0"
datafusion-federation = { version = "0.3.5" }
datafusion-substrait = "44.0.0"
futures = "0.3.31"
Expand Down

0 comments on commit e03908f

Please sign in to comment.