Skip to content

Commit

Permalink
Bump datafusion from 42 to 43
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Dec 31, 2024
1 parent 3b9415c commit d697a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ all-features = true
arrow = { version = "53", features = ["prettyprint", "chrono-tz"] }
async-trait = { version = "0.1.77" }
bytes = "1.4"
datafusion = { version = "42.0" }
datafusion-expr = { version = "42.0" }
datafusion-physical-expr = { version = "42.0" }
datafusion = { version = "43.0" }
datafusion-expr = { version = "43.0" }
datafusion-physical-expr = { version = "43.0" }
futures = { version = "0.3", default-features = false, features = ["std"] }
futures-util = { version = "0.3" }
object_store = { version = "0.11" }
Expand Down

0 comments on commit d697a0c

Please sign in to comment.