Skip to content

Commit

Permalink
build(deps): update datafusion-physical-expr requirement from = 43.0.…
Browse files Browse the repository at this point in the history
…0 to = 44.0.0

Updates the requirements on [datafusion-physical-expr](https://github.com/apache/datafusion) to permit the latest version.
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@43.0.0...43.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2025
1 parent 8ee3b13 commit 5df3ddd
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 @@ -53,7 +53,7 @@ parquet = { version = "= 53.4.0", features = ["async", "object_store"] }
datafusion = { version = "= 43.0.0" }
datafusion-expr = { version = "= 43.0.0" }
datafusion-common = { version = "= 43.0.0" }
datafusion-physical-expr = { version = "= 43.0.0" }
datafusion-physical-expr = { version = "= 44.0.0" }

# serde
percent-encoding = { version = "2.3.1" }
Expand Down

0 comments on commit 5df3ddd

Please sign in to comment.