Skip to content

Commit 1cd46ea

Browse files
authored
Merge pull request #153 from feuyeux/dependabot/cargo/hello-grpc-rust/prost-0.13.0
Update prost requirement from 0.12.1 to 0.13.0 in /hello-grpc-rust
2 parents 1116f5e + 72840c4 commit 1cd46ea

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
@@ -17,7 +17,7 @@ path = "src/landing/client.rs"
1717
#grpc https://lib.rs/crates/tonic
1818
tonic = { version = "0.11.0", features = ["tls"] }
1919
#gRPC Codec https://lib.rs/crates/prost
20-
prost = "0.12.1"
20+
prost = "0.13.0"
2121
# https://lib.rs/crates/tokio
2222
tokio = { version = "1.32.0", features = [
2323
"rt-multi-thread",

0 commit comments

Comments
 (0)