sile / libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
https://docs.rs/libflate
MIT License
178 stars 35 forks source link

Update hashbrown to 0.14 #76

Closed torokati44 closed 4 months ago

torokati44 commented 4 months ago

Rationale: This crate is the only one left still using hashbrown 0.13 in our dependency tree. See: https://github.com/ruffle-rs/ruffle/actions/runs/8893158948/job/24418772750?pr=16168#step:5:547 Changelog entry: https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md#v0140---2023-06-01

torokati44 commented 4 months ago

Thank you very much for the quick merge and release!

sile commented 4 months ago

👍