Skip to content

Commit

Permalink
Update prost-build requirement from =0.11.2 to =0.11.3 (apache#3225)
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](tokio-rs/prost@v0.11.2...v0.11.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

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] committed Nov 29, 2022
1 parent ab3f384 commit bdfe0fd
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 @@ -50,7 +50,7 @@ flight-sql-experimental = ["prost-types"]
# 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.47", default-features = false }
prost-build = { version = "=0.11.2", default-features = false }
prost-build = { version = "=0.11.3", default-features = false }
tonic-build = { version = "=0.8.3", default-features = false, features = ["transport", "prost"] }

[[example]]
Expand Down

0 comments on commit bdfe0fd

Please sign in to comment.