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 10, 2025
1 parent 76980a5 commit 4e7d448
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 @@ -14,7 +14,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation"
arrow-json = "53.3"
async-stream = "0.3.5"
async-trait = "0.1.83"
datafusion = "44.0.0"
datafusion = "45.0.0"
datafusion-federation = { path = "./datafusion-federation", version = "0.3.5" }
futures = "0.3.31"
tokio = { version = "1.41", features = ["full"] }
Expand Down

0 comments on commit 4e7d448

Please sign in to comment.