Skip to content

Commit

Permalink
chore(deps): Bump tonic from 0.12.1 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [tonic](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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mchernicoff committed Sep 4, 2024
1 parent 90c844f commit c92bf18
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 @@ -122,7 +122,7 @@ tokio = { version = "1.39.3", features = [
] }
tokio-stream = "0.1.15"
toml = "0.8.19"
tonic = "0.12.1"
tonic = "0.12.2"
thiserror = "1.0.63"
unicode-normalization = "0.1.19"
ureq = { version = "2.10.0", default-features = false, features = [
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 @@ -14,7 +14,7 @@ rand = "0.8.5"
serde_json = "1.0.125"
tokio = { version = "1.39.2", features = ["rt"] }
tokio-stream = "0.1.15"
tonic = "0.12.1"
tonic = "0.12.2"

[build-dependencies]
anyhow = "1.0.86"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_sha256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_json = "1.0.125"
sha2 = "0.10.8"
tokio = { version = "1.39.2", features = ["rt"] }
tokio-stream = "0.1.15"
tonic = "0.12.1"
tonic = "0.12.2"

[build-dependencies]
anyhow = "1.0.86"
Expand Down

0 comments on commit c92bf18

Please sign in to comment.