Skip to content

Commit

Permalink
upgrade arrow-rs to 31.0 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu authored Jan 18, 2023
1 parent 5ccf4e3 commit b3a0b64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ categories = [

[dependencies]
bytes = "1.3"
arrow-arith = "30.0"
arrow-array = "30.0"
arrow-buffer = "30.0"
arrow-cast = "30.0.0"
arrow-data = "30.0"
arrow-ord = "30.0"
arrow-schema = "30.0"
arrow-arith = "31.0"
arrow-array = "31.0"
arrow-buffer = "31.0"
arrow-cast = "31.0.0"
arrow-data = "31.0"
arrow-ord = "31.0"
arrow-schema = "31.0"
async-recursion = "1.0"
async-trait = "0.1.60"
byteorder = "1.4.3"
Expand Down

0 comments on commit b3a0b64

Please sign in to comment.