Skip to content

Commit

Permalink
Update datafusion requirement in the datafusion-dependencies group
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.

Updates `datafusion` to 42.0.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@41.0.0...42.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and milenkovicm committed Sep 17, 2024
1 parent 56f07b9 commit 54ddd09
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 @@ -8,7 +8,7 @@ license = "MIT"
#lightgbm3 = { git = "https://github.com/milenkovicm/lightgbm3-rs.git", rev = "99cc5eb" }
lightgbm3 = { version = "1.0.4" }
tokio = { version = "^1.36", features = ["rt-multi-thread"]}
datafusion = { version = "41.0" }
datafusion = { version = "42.0" }

thiserror = { version = "1.0"}
log = { version = "0.4" }
Expand Down

0 comments on commit 54ddd09

Please sign in to comment.