thscharler / spreadsheet-ods

Apache License 2.0
29 stars 6 forks source link

Update `zip` dependency #50

Closed Shatur closed 3 months ago

Shatur commented 3 months ago

I recently updated transitive flate2 dependency (a dependency of zip) and faced slowdown: https://github.com/rust-lang/flate2-rs/issues/395. I reached to the author of zip and looks like he addressed the performance regression in the new version: https://github.com/zip-rs/zip2/issues/138

Could you update zip dependency to 1.3?

thscharler commented 3 months ago

Sure

thscharler commented 3 months ago

Would have fixed this now, but im still blocked on arturoc/color-rs#2 for the release ...

But you can use 9ab100a for now.

Shatur commented 3 months ago

Thanks, closing.