Skip to content

Commit

Permalink
chore(deps): update tonic requirement from 0.10.2 to 0.11.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.10.2...v0.10.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 0052652 commit b053f0c
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 @@ -34,7 +34,7 @@ tokio-stream = { version = "0.1.14", features = ["sync"] }
serde = "1.0"
serde_yaml = "0.9.25"
serde_json = "1.0"
tonic = "0.10.2"
tonic = "0.11.0"
tonic-health = "0.10.2"
prost = "0.12.1"
prost-wkt-types = { version = "0.5.0", features = ["vendored-protoc"]}
Expand Down

0 comments on commit b053f0c

Please sign in to comment.