Skip to content

Commit

Permalink
fix: upgrade arrow-* parquet (#277)
Browse files Browse the repository at this point in the history
Co-authored-by: ZENOTME <st810918843@gmail.com>
  • Loading branch information
ZENOTME and ZENOTME committed Jun 19, 2024
1 parent f04c4f0 commit 07d5389
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ anyhow = "1"
async-trait = "0.1"
# branch is icelake-dev
apache-avro = { git = "https://github.com/apache/avro.git", recv = "fdab5db0816e28e3e10c87910c8b6f98c33072dc",features = ["derive"] }
arrow-array = { version = ">=50" }
arrow-schema = { version = ">=50" }
arrow-select = { version = ">=50" }
arrow-row = { version = ">=50" }
arrow-buffer = { version = ">=50" }
arrow-arith = { version = ">=50" }
arrow-csv = { version = ">=50" }
arrow-cast = { version = ">=50" }
arrow-ord = { version = ">=50" }
arrow-array = { version = ">=51" }
arrow-schema = { version = ">=51" }
arrow-select = { version = ">=51" }
arrow-row = { version = ">=51" }
arrow-buffer = { version = ">=51" }
arrow-arith = { version = ">=51" }
arrow-csv = { version = ">=51" }
arrow-cast = { version = ">=51" }
arrow-ord = { version = ">=51" }
bytes = "1"
opendal = { version = ">=0.46", features = ["layers-prometheus"] }
uuid = { version = "1", features = ["v4"] }
serde = "1"
serde_json = "1"
serde_with = "3"
tokio = { version = "1.28", features = ["full"] }
parquet = { version = ">=46", features = ["async"] }
parquet = { version = ">=51", features = ["async"] }
rust_decimal = "1.30"
chrono = "0.4"
faster-hex = "0.8.0"
Expand Down

0 comments on commit 07d5389

Please sign in to comment.