tokio-rs / prost

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

build(deps): update to itertools 0.12 #969

Closed yotamofek closed 8 months ago

yotamofek commented 8 months ago

First, thanks for all your work on this crate!

I'm trying to dedup some deps in my project and currently prost is the only dep I have that is still on itertools 0.11. I saw in #875 a mention of the MSRV needing to be bumped, but it seems this new update doesn't affect that.

yotamofek commented 8 months ago

So it seems the culprit that caused the MSRV to accidentally be bumped is which-rs. I'm not sure why bumping itertools surfaced or if the CI was just broken due to the newer version of which being released. Anyways, I also missed #962 and #948 trying to solve these issues, sorry about the duplication. Closing this PR now.