Skip to content

Commit

Permalink
Update Rust crate arrow to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 16, 2022
1 parent 08f837f commit 9d5459e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ prost = "0.10"
prost-types = { version = "0.10.1" }
prost-derive = "0.10"
futures = { version = "0.3", default-features = false, features = ["alloc"]}
arrow = { version = "13.0.0", features = ["prettyprint"] }
arrow = { version = "14.0.0", features = ["prettyprint"] }
futures-core = "0.3.21"
log = { version = "0.4.17", features = ["kv_unstable"] }
env_logger = "0.9.0"
Expand Down

0 comments on commit 9d5459e

Please sign in to comment.