tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.79k stars 253 forks source link

Bump prost to `0.12` #635

Open waynexia opened 9 months ago

waynexia commented 9 months ago

Is your feature request related to a problem? Please describe.

https://github.com/open-telemetry/opentelemetry-rust/pull/1310

opentelemetry-rust dependents on both grpcio and tonic. On my application that dependents on opentelemetry-rust I have to bump tonic.

Describe the solution you'd like

Bump prost to 0.12

Describe alternatives you've considered N/A

Additional context N/A

BusyJay commented 9 months ago

Would you like to send a PR?