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 40.0.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@39.0.0...40.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 Jul 13, 2024
1 parent de2a7d1 commit a8897df
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 @@ random-string = "1.0"
once_cell = "1.19"

tokio = { version = "^1.36", features = ["rt-multi-thread"] }
datafusion = { version = "39.0", features = ["pyarrow"] }
datafusion = { version = "40.0", features = ["pyarrow"] }
async-trait = { version = "0.1" }

[dev-dependencies]
Expand Down

0 comments on commit a8897df

Please sign in to comment.