Skip to content

Commit

Permalink
chore(deps): Bump tonic-build from 0.12.1 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.12.1 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.12.1...v0.12.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and alilleybrinker committed Sep 9, 2024
1 parent c44435c commit 2f66adb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ zstd = "0.13.2"

anyhow = "1.0.86"
pathbuf = "1.0.0"
tonic-build = "0.12.1"
tonic-build = "0.12.2"
which = { version = "6.0.3", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_rand_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ tonic = "0.12.2"

[build-dependencies]
anyhow = "1.0.86"
tonic-build = "0.12.1"
tonic-build = "0.12.2"
2 changes: 1 addition & 1 deletion plugins/dummy_sha256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ tonic = "0.12.2"

[build-dependencies]
anyhow = "1.0.86"
tonic-build = "0.12.1"
tonic-build = "0.12.2"

0 comments on commit 2f66adb

Please sign in to comment.