Skip to content

Commit

Permalink
build(deps): bump tonic-build from 0.11.0 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.11.0 to 0.12.2.
- [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.2)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 1, 2024
1 parent d1216cb commit ab29b2c
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 11 deletions.
73 changes: 63 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tokio-graceful-shutdown = "0.15"
backoff = {version = "0.4.0", features = [ "futures", "tokio" ] }

[build-dependencies]
tonic-build = { version = "0.11" }
tonic-build = { version = "0.12" }
prost-build = { version = "0.12" }
clap = { version = "4", features = ["derive","env"] }
clap_complete = "4"
Expand Down

0 comments on commit ab29b2c

Please sign in to comment.