tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.69k stars 481 forks source link

Update heck to v0.5? #1009

Closed Jisu-Woniu closed 2 months ago

Jisu-Woniu commented 4 months ago

Currently, prost-build depends on heck v0.4:

https://github.com/tokio-rs/prost/blob/2a4aeafa31dddbfe7d8dd7915c561f95ef45ec93/prost-build/Cargo.toml#L24

heck v0.5 is out, consider upgrade it to reduce duplicate dependency entries.

caspermeijn commented 2 months ago

Fixed in https://github.com/tokio-rs/prost/pull/1012