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 41.0.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@40.0.0...41.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent a8e0b88 commit 79d2b44
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 @@ -7,7 +7,7 @@ license = "MIT"
[dependencies]
lightgbm3 = { git = "https://github.com/milenkovicm/lightgbm3-rs.git", rev = "072af40c4d59e9675b09f127a1bc4c7f09753fbe" }
tokio = { version = "^1.36", features = ["rt-multi-thread"]}
datafusion = { version = "40.0" }
datafusion = { version = "41.0" }
# datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="799be5e76bd631608b2357dbbe600afc2cebc359" }

thiserror = { version = "1.0"}
Expand Down

0 comments on commit 79d2b44

Please sign in to comment.