Closed CherishCai closed 2 years ago
It's introduced by prost. Check https://github.com/tokio-rs/prost/pull/657 and its related issues/PRs.
In short, they choose to use user-provided protoc to address the supply chain attack concern.
To solve the problem, you need to do either of following:
Thanks for your positive reply and suggestions. 感谢大佬 。
Using grpcio=0.11.0 with prost-build=0.10 is OK. What changes brought about? I'm not familiar with it, so I come here for advice.
使用 grpcio=0.11.0 和 prost-build=0.10 是可以的。是哪些改变带来的吗?因为不够熟悉所以来请教下。
relate https://github.com/nacos-group/nacos-sdk-rust/pull/57