Skip to content

Commit

Permalink
Merge pull request #153 from feuyeux/dependabot/cargo/hello-grpc-rust…
Browse files Browse the repository at this point in the history
…/prost-0.13.0

Update prost requirement from 0.12.1 to 0.13.0 in /hello-grpc-rust
  • Loading branch information
feuyeux authored Jul 12, 2024
2 parents 1116f5e + 72840c4 commit 1cd46ea
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 @@ -17,7 +17,7 @@ path = "src/landing/client.rs"
#grpc https://lib.rs/crates/tonic
tonic = { version = "0.11.0", features = ["tls"] }
#gRPC Codec https://lib.rs/crates/prost
prost = "0.12.1"
prost = "0.13.0"
# https://lib.rs/crates/tokio
tokio = { version = "1.32.0", features = [
"rt-multi-thread",
Expand Down

0 comments on commit 1cd46ea

Please sign in to comment.