Skip to content

Commit

Permalink
build(deps): update datafusion-common requirement from 39.0.0 to 40.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [datafusion-common](https://github.com/apache/datafusion) to permit the latest version.
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@39.0.0...39.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 3359e10 commit 48f94e9
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 @@ -52,7 +52,7 @@ parquet = { version = "= 52.0.0", features = ["async", "object_store"] }
# datafusion
datafusion = { version = "= 39.0.0" }
datafusion-expr = { version = "= 39.0.0" }
datafusion-common = { version = "= 39.0.0" }
datafusion-common = { version = "= 41.0.0" }
datafusion-physical-expr = { version = "= 39.0.0" }

# serde
Expand Down

0 comments on commit 48f94e9

Please sign in to comment.