Skip to content

Commit

Permalink
build(deps): update tonic-build requirement from 0.9.2 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 0e62f4b commit 5b09ce9
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 @@ -28,7 +28,7 @@ tokio = "1.26"
tower = "0.4"

tonic = "0.9.2"
tonic-build = "0.9.2"
tonic-build = "0.10.0"

prost = "0.12"
prost-types = "0.11"
Expand Down

0 comments on commit 5b09ce9

Please sign in to comment.