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

Commit

Permalink
Bumped tonic and prost in flight (#344)
Browse files Browse the repository at this point in the history
Signed-off-by: Chojan Shang <[email protected]>
  • Loading branch information
Chojan Shang authored Aug 26, 2021
1 parent 87aa617 commit c99a95d
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 95 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 c99a95d

Please sign in to comment.