Skip to content

Commit

Permalink
Update prost-build requirement from ^0.11 to ^0.12
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@prost-build-0.11.1...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 1, 2023
1 parent 80bc975 commit ac7087f
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 @@ -46,7 +46,7 @@ prost = "^0.11"
glob = "^0.3"
regex = "^1.0"
tonic-build = "^0.9"
prost-build = "^0.11"
prost-build = "^0.12"

[dev-dependencies]
clap = {version = "^4.0", features = ["derive"]}
Expand Down

0 comments on commit ac7087f

Please sign in to comment.