chirpstack-api
chirpstack-api copied to clipboard
Update Rust dependencies
This PR updates the rust dependencies.
rustfmt
is no longer required: https://github.com/hyperium/tonic/pull/904
protoc
(or cmake
) needs to be installed since prost
dropped its bundled binary: https://github.com/tokio-rs/prost/pull/610
This is being worked on in: https://github.com/tokio-rs/prost/pull/620