Skip to content

Commit

Permalink
chore(integrations/parquet): Bump parquet to 53 (#5109)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Sep 11, 2024
1 parent 3322d5d commit 3ad16fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ async-trait = "0.1"
bytes = "1"
futures = "0.3"
opendal = { version = "0.49.0", path = "../../core" }
parquet = { version = "52.0", default-features = false, features = [
parquet = { version = "53.0", default-features = false, features = [
"async",
"arrow",
] }

[dev-dependencies]
arrow = { version = "52.0" }
arrow = { version = "53.0" }
opendal = { version = "0.49.0", path = "../../core", features = [
"services-memory",
"services-s3",
Expand Down

0 comments on commit 3ad16fe

Please sign in to comment.