Skip to content

Commit

Permalink
Update Rust crate tonic to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent 4886de1 commit 000e4b8
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 @@ -25,7 +25,7 @@ tracing = "0.1"
opentelemetry = { version = "0.20", features = ["rt-tokio"] }
opentelemetry-semantic-conventions = { version = "0.12" }
gcloud-sdk = { version = "0.20", features = ["google-devtools-cloudtrace-v2"] }
tonic = { version = "0.9", features = ["tls"] }
tonic = { version = "0.10", features = ["tls"] }
prost-types = "0.11"
rvstruct = "0.3"
rsb_derive = "0.5"
Expand Down

0 comments on commit 000e4b8

Please sign in to comment.