Skip to content

Commit

Permalink
Update prost-build requirement from =0.11.6 to =0.11.7 (#3753)
Browse files Browse the repository at this point in the history
Updates the requirements on [prost-build](https://github.com/tokio-rs/prost) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/commits)

---
updated-dependencies:
- dependency-name: prost-build
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2023
1 parent 0373a9d commit 9699e1d
Showing 1 changed file with 1 addition 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 @@ -59,7 +59,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.51", default-features = false }
prost-build = { version = "=0.11.6", default-features = false }
prost-build = { version = "=0.11.7", default-features = false }
tonic-build = { version = "=0.8.4", default-features = false, features = ["transport", "prost"] }

[[example]]
Expand Down

0 comments on commit 9699e1d

Please sign in to comment.