Skip to content

Commit

Permalink
chore(deps): update tonic-build requirement from 0.11.0 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.11.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent da08c03 commit 8d88214
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 @@ chrono = "0.4.38"
base64 = "0.22.1"

[build-dependencies]
tonic-build = "0.11.0"
tonic-build = "0.12.1"

[dev-dependencies]
axum-test = "15.0.1"
Expand Down

0 comments on commit 8d88214

Please sign in to comment.