Skip to content

Commit

Permalink
build(deps): update datafusion requirement from 40 to 41
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@40.0.0...41.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent bb20528 commit e861e10
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 @@ -9,7 +9,7 @@ name = "biobear"

[dependencies]
arrow = { version = "52.1.0", features = ["pyarrow"] }
datafusion = "40"
datafusion = "41"
exon = { version = "0.30.0", features = ["default"] }
pyo3 = "0.21.2"
tokio = { version = "1", features = ["rt"] }
Expand Down

0 comments on commit e861e10

Please sign in to comment.