Skip to content

Commit

Permalink
chore: upgrade to the latest datafusion 43
Browse files Browse the repository at this point in the history
Signed-off-by: R. Tyler Croy <[email protected]>
  • Loading branch information
rtyler committed Nov 21, 2024
1 parent a74e596 commit 01a6a03
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ object_store = { version = "0.11" }
parquet = { version = "53" }

# datafusion
datafusion = { version = "42" }
datafusion-expr = { version = "42" }
datafusion-common = { version = "42" }
datafusion-proto = { version = "42" }
datafusion-sql = { version = "42" }
datafusion-physical-expr = { version = "42" }
datafusion-physical-plan = { version = "42" }
datafusion-functions = { version = "42" }
datafusion-functions-aggregate = { version = "42" }
datafusion = { version = "43" }
datafusion-expr = { version = "43" }
datafusion-common = { version = "43" }
datafusion-proto = { version = "43" }
datafusion-sql = { version = "43" }
datafusion-physical-expr = { version = "43" }
datafusion-physical-plan = { version = "43" }
datafusion-functions = { version = "43" }
datafusion-functions-aggregate = { version = "43" }

# serde
serde = { version = "1.0.194", features = ["derive"] }
Expand Down

0 comments on commit 01a6a03

Please sign in to comment.