Skip to content

Commit

Permalink
build(deps): update datafusion-expr requirement from = 43.0.0 to = 44…
Browse files Browse the repository at this point in the history
….0.0

Updates the requirements on [datafusion-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-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 d62750a
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 @@ -51,7 +51,7 @@ parquet = { version = "= 53.4.0", features = ["async", "object_store"] }

# datafusion
datafusion = { version = "= 43.0.0" }
datafusion-expr = { version = "= 43.0.0" }
datafusion-expr = { version = "= 44.0.0" }
datafusion-common = { version = "= 43.0.0" }
datafusion-physical-expr = { version = "= 43.0.0" }

Expand Down

0 comments on commit d62750a

Please sign in to comment.