Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Bumped tonic & prost
Browse files Browse the repository at this point in the history
Signed-off-by: Chojan Shang <[email protected]>
  • Loading branch information
PsiACE committed Aug 26, 2021
1 parent 81ec49c commit 5187d3d
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 93 deletions.
6 changes: 3 additions & 3 deletions arrow-flight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ license = "Apache-2.0"

[dependencies]
arrow2 = { path = "../", features = ["io_ipc"], default-features = false }
tonic = "0.4"
tonic = "0.5.2"
bytes = "1"
prost = "0.7"
prost-derive = "0.7"
prost = "0.8.0"
prost-derive = "0.8.0"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }
futures = { version = "0.3", default-features = false, features = ["alloc"]}

Expand Down
Loading

0 comments on commit 5187d3d

Please sign in to comment.