Skip to content

Commit

Permalink
Update tonic requirement from 0.11.0 to 0.12.0 in /hello-grpc-rust
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.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 023874e commit 2a99ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-grpc-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/landing/client.rs"

[dependencies]
#grpc https://lib.rs/crates/tonic
tonic = { version = "0.11.0", features = ["tls"] }
tonic = { version = "0.12.0", features = ["tls"] }
#gRPC Codec https://lib.rs/crates/prost
prost = "0.12.1"
# https://lib.rs/crates/tokio
Expand Down

0 comments on commit 2a99ace

Please sign in to comment.