Skip to content

Commit 76c3689

Browse files
authored
Merge pull request #152 from feuyeux/dependabot/cargo/hello-grpc-rust/tonic-0.12.0
Update tonic requirement from 0.11.0 to 0.12.0 in /hello-grpc-rust
2 parents 1cd46ea + 2a99ace commit 76c3689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hello-grpc-rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/landing/client.rs"
1515

1616
[dependencies]
1717
#grpc https://lib.rs/crates/tonic
18-
tonic = { version = "0.11.0", features = ["tls"] }
18+
tonic = { version = "0.12.0", features = ["tls"] }
1919
#gRPC Codec https://lib.rs/crates/prost
2020
prost = "0.13.0"
2121
# https://lib.rs/crates/tokio

0 commit comments

Comments
 (0)