Skip to content

Commit

Permalink
build(deps): update prost-build requirement from 0.12.0 to 0.13.1
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)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.12.0...v0.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 15, 2024
1 parent 809b281 commit 5a8e4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem-grpc-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
prettyplease = "0.2.9"
prost-build = "0.12.0"
prost-build = "0.13.1"
quote.workspace = true
proc-macro2.workspace = true
syn.workspace = true
Expand Down

0 comments on commit 5a8e4ff

Please sign in to comment.