Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
chore(deps): update rust crate prost-build to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 7c26e14 commit 97a3891
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 @@ -33,7 +33,7 @@ prost = { version = "0.11", features = ["std"] }
send_wrapper = { version = "0.6", features = ["futures"] }

[build-dependencies]
prost-build = { version = "0.11" }
prost-build = { version = "0.12" }
tonic-build = { version = "0.8", features = ["transport", "prost"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 97a3891

Please sign in to comment.