Skip to content

Commit

Permalink
Update tonic-build requirement from 0.11.0 to 0.12.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.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 107a555 commit 0db3a09
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 @@ -72,4 +72,4 @@ tempfile = "3.10.1"
fake = "2.9.2"

[build-dependencies]
tonic-build = { version = "0.11.0", features = ["cleanup-markdown"] }
tonic-build = { version = "0.12.0", features = ["cleanup-markdown"] }

0 comments on commit 0db3a09

Please sign in to comment.