Skip to content

Commit

Permalink
Update prost-build requirement from =0.12.3 to =0.12.4
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.12.3...v0.12.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 9fda7ea commit 7dbe814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-flight/gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ publish = false
# 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.79", default-features = false }
prost-build = { version = "=0.12.3", default-features = false }
prost-build = { version = "=0.12.4", default-features = false }
tonic-build = { version = "=0.11.0", default-features = false, features = ["transport", "prost"] }

0 comments on commit 7dbe814

Please sign in to comment.