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 43.0.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@42.0.0...43.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 and milenkovicm committed Nov 11, 2024
1 parent f88c6fb commit cbd271b
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 @@ -6,7 +6,7 @@ license = "MIT"

[dependencies]
tokio = { version = "^1.36", features = ["rt-multi-thread"] }
datafusion = { version = "42.0" }
datafusion = { version = "43.0" }
thiserror = { version = "2.0" }
log = { version = "0.4" }
tch = { version = "0.18", features = ["download-libtorch"] }
Expand Down

0 comments on commit cbd271b

Please sign in to comment.