librespot-org / librespot

Open Source Spotify client library
MIT License
4.7k stars 573 forks source link

Update protobuf and related crates to 3.x #1092

Closed tyrylu closed 1 year ago

tyrylu commented 1 year ago

This PR updates protobuf to 3.x. To do that, it also replaces protobuf-codegen-pure 2.x with protobuf-codegen 3.x, which has the same capabilities. This version of the generated protocol API has a slightly different API, so the PR looks larger than it actually is.

roderickvd commented 1 year ago

Looks good to me! Can you do that final cargo fmt before we can merge?

tyrylu commented 1 year ago

Done.

roderickvd commented 1 year ago

Thanks! Merging now.