Skip to content

Commit

Permalink
feat: fix arrow to 53.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner committed Nov 26, 2024
1 parent e04dd5c commit b78357c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ark-poly = { version = "0.5.0" }
ark-serialize = { version = "0.5.0" }
ark-std = { version = "0.5.0", default-features = false }
arrayvec = { version = "0.7", default-features = false }
arrow = { version = "51.0.0" }
arrow-csv = { version = "51.0.0" }
arrow = { version = "53.3.0" }
arrow-csv = { version = "53.3.0" }
bit-iter = { version = "1.1.1" }
bigdecimal = { version = "0.4.5", default-features = false, features = ["serde"] }
blake3 = { version = "1.3.3", default-features = false }
Expand Down

0 comments on commit b78357c

Please sign in to comment.