Skip to content

Commit

Permalink
build(deps): update tonic-build requirement from 0.9.2 to 0.12.1
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.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent a9a316e commit d130f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = {workspace=true}
tonic = {workspace=true}
[build-dependencies]
tonic-build = "0.9.2"
tonic-build = "0.12.1"

0 comments on commit d130f93

Please sign in to comment.