Skip to content

Commit

Permalink
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.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent f96968d commit 052db63
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 @@ -19,7 +19,7 @@ futures = "0.3"
libc = "0.2.138"
vsock = "0.4.0"
tokio = { version = "1", features = ["net", "sync"] }
tonic = { version = "0.10.2", optional = true }
tonic = { version = "0.11.0", optional = true }

[dev-dependencies]
sha2 = "0.10.6"
Expand Down

0 comments on commit 052db63

Please sign in to comment.