Skip to content

Commit

Permalink
Update tonic requirement from 0.6.0 to 0.10.2
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.6.0...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 Nov 4, 2023
1 parent b8c5e3e commit 78eaf4e
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 @@ -6,7 +6,7 @@ edition = "2021"
rust-version = "1.65.0"

[dependencies]
tonic = "0.6.0"
tonic = "0.10.2"
prost = "0.9.0"

thiserror = "1.0.30"
Expand Down

0 comments on commit 78eaf4e

Please sign in to comment.