Skip to content

Commit

Permalink
chore(deps): Bump tonic from 0.12.2 to 0.12.3
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.12.2...v0.12.3)

---
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 Oct 7, 2024
1 parent 1085d54 commit fa5dfbd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -119,7 +119,7 @@ tokio = { version = "1.40.0", features = [
] }
tokio-stream = "0.1.16"
toml = "0.8.19"
tonic = "0.12.2"
tonic = "0.12.3"
thiserror = "1.0.64"
unicode-normalization = "0.1.24"
ureq = { version = "2.10.1", 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 @@ -15,7 +15,7 @@ rand = "0.8.5"
serde_json = "1.0.128"
tokio = { version = "1.40.0", features = ["rt"] }
tokio-stream = "0.1.16"
tonic = "0.12.2"
tonic = "0.12.3"

[build-dependencies]
anyhow = "1.0.89"
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 @@ -16,7 +16,7 @@ serde_json = "1.0.128"
sha2 = "0.10.8"
tokio = { version = "1.40.0", features = ["rt"] }
tokio-stream = "0.1.16"
tonic = "0.12.2"
tonic = "0.12.3"

[build-dependencies]
anyhow = "1.0.89"
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rand = "0.8.5"
serde_json = "1.0.128"
tokio = { version = "1.39.2", features = ["rt"] }
tokio-stream = "0.1.15"
tonic = "0.12.1"
tonic = "0.12.3"
schemars = "0.8.21"
hipcheck-sdk-macros = { path = "../../hipcheck-sdk-macros", version = "0.1.0", optional = true }

Expand Down

0 comments on commit fa5dfbd

Please sign in to comment.