jrmuizel / pdf-extract

A rust library for extracting content from pdfs
368 stars 75 forks source link

Bump lopdf #26

Closed teovoinea closed 3 years ago

teovoinea commented 3 years ago

An unitialized memory panic was fixed in version 0.26 of lopdf when they bumped the linked-hash-map dependency. The fix came in linked-hash-map version 0.5.3.

You can see all the changes in lopdf from 0.24 to 0.26 here: https://github.com/J-F-Liu/lopdf/compare/v0.24.0...v0.26.0

The fixing PR in lopdf: https://github.com/J-F-Liu/lopdf/pull/91

The fixing PR in linked-hash-map: https://github.com/contain-rs/linked-hash-map/pull/100

This would just be a minor patch change to pdf-extract 😊

jrmuizel commented 3 years ago

Thanks.