Skip to content

Commit

Permalink
build(deps): update prost-types requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [prost-types](https://github.com/tokio-rs/prost) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@prost-types-0.11.1...v0.11.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 0e62f4b commit 912916b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tonic = "0.9.2"
tonic-build = "0.9.2"

prost = "0.12"
prost-types = "0.11"
prost-types = "0.12"

async-trait = "0.1.52"
futures = "0.3.19"

0 comments on commit 912916b

Please sign in to comment.