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 tonic-build to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 0edc5c2 commit ffaa715
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 @@ -40,7 +40,7 @@ send_wrapper = { version = "0.6", features = ["futures"] }

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

[target.'cfg(target_arch = "wasm32")'.dependencies]
reqwest = { version = "0.11", default-features = false }
Expand Down

0 comments on commit ffaa715

Please sign in to comment.