Skip to content

Commit

Permalink
Update prost-build (#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Dec 21, 2022
1 parent db9084e commit 13e0b87
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-flight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tower = "0.4.13"
# Pin specific version of the tonic-build dependencies to avoid auto-generated
# (and checked in) arrow.flight.protocol.rs from changing
proc-macro2 = { version = "=1.0.49", default-features = false }
prost-build = { version = "=0.11.4", default-features = false }
prost-build = { version = "=0.11.5", default-features = false }
tonic-build = { version = "=0.8.4", default-features = false, features = ["transport", "prost"] }

[[example]]
Expand Down
9 changes: 9 additions & 0 deletions arrow-flight/src/arrow.flight.protocol.rs

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

0 comments on commit 13e0b87

Please sign in to comment.