Servo is currently using 0.20 which has multiple soundness holes. (For example, https://docs.rs/freetype-sys/0.20.1/freetype_sys/fn.FT_HAS_MULTIPLE_MASTERS.html should be unsafe).
This also requires us to bump freetype-sys in the following servo-owned crates:
This is slightly inconvenient: Bumping freetype-sys is a breaking change, as only a single dependency can link to freetype at a time. Thus, any user of the crates above would have to update as well.
Servo is currently using
0.20which has multiple soundness holes. (For example, https://docs.rs/freetype-sys/0.20.1/freetype_sys/fn.FT_HAS_MULTIPLE_MASTERS.html should be unsafe).This also requires us to bump
freetype-sysin the following servo-owned crates:harfbuzz-sysfreetypeThis is slightly inconvenient: Bumping
freetype-sysis a breaking change, as only a single dependency can link to freetype at a time. Thus, any user of the crates above would have to update as well.