Skip to content

Commit

Permalink
Upgrade arrow2 from 0.16 to 0.17 (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 authored Mar 31, 2023
1 parent 74e162d commit 9e2aecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Unlicense"
default-run = "pica"

[dependencies]
arrow2 = { version = "0.16", features = ["io_ipc", "io_ipc_compression"] }
arrow2 = { version = "0.17", features = ["io_ipc", "io_ipc_compression"] }
atty = "0.2"
bstr = "1.0"
clap = { version = "4.0", features = ["cargo", "derive", "wrap_help"] }
Expand Down

0 comments on commit 9e2aecc

Please sign in to comment.