Skip to content

Commit

Permalink
build(deps): upgrade arrow dependencies (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazdy authored Oct 13, 2024
1 parent 0724b7f commit 00bafdb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ repository = "https://github.com/apache/hudi-rs"

[workspace.dependencies]
# arrow
arrow = { version = "= 53.0.0", features = ["pyarrow"] }
arrow-arith = { version = "= 53.0.0" }
arrow-array = { version = "= 53.0.0" }
arrow-buffer = { version = "= 53.0.0" }
arrow-cast = { version = "= 53.0.0" }
arrow-ipc = { version = "= 53.0.0" }
arrow-json = { version = "= 53.0.0" }
arrow-ord = { version = "= 53.0.0" }
arrow-row = { version = "= 53.0.0" }
arrow-schema = { version = "= 53.0.0", features = ["serde"] }
arrow-select = { version = "= 53.0.0" }
arrow = { version = "= 53.1.0", features = ["pyarrow"] }
arrow-arith = { version = "= 53.1.0" }
arrow-array = { version = "= 53.1.0" }
arrow-buffer = { version = "= 53.1.0" }
arrow-cast = { version = "= 53.1.0" }
arrow-ipc = { version = "= 53.1.0" }
arrow-json = { version = "= 53.1.0" }
arrow-ord = { version = "= 53.1.0" }
arrow-row = { version = "= 53.1.0" }
arrow-schema = { version = "= 53.1.0", features = ["serde"] }
arrow-select = { version = "= 53.1.0" }
object_store = { version = "= 0.11.0", features = ["aws", "azure", "gcp"] }
parquet = { version = "= 53.0.0", features = ["async", "object_store"] }
parquet = { version = "= 53.1.0", features = ["async", "object_store"] }

# datafusion
datafusion = { version = "= 42.0.0" }
Expand Down

0 comments on commit 00bafdb

Please sign in to comment.