Skip to content

Commit

Permalink
Update Rust crate tonic-build to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2023
1 parent 5e59697 commit 0292fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-protos-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["mechiru <u9053u6d41@gmail.com>", "me@abdolence.dev"]
edition = "2021"

[dependencies]
tonic-build = { version = "0.9", features = ["prost-build"] }
tonic-build = { version = "0.10", features = ["prost-build"] }
prost-build = "0.11"
prettyplease = "0.2"
syn = { version = "2", default-features = false, features = ["full", "parsing"] }

0 comments on commit 0292fb6

Please sign in to comment.