diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-02 11:51:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-02 09:51:45 +0000 |
| commit | fa623992c1789ffd921d7664551f0a56b9962383 (patch) | |
| tree | 8bb909cb0504881458a59730506306dd551c696d | |
| parent | 698ae870e789aa9423a091e43f957ac677bae4f6 (diff) | |
Bump pixglyph (#5096)
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1747,9 +1747,9 @@ checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" [[package]] name = "pixglyph" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b0695748573e44602168d46b47cd15d9e10ebfa1e775986fe5452f1c1b40b3" +checksum = "d15afa937836bf3d876f5a04ce28810c06045857bf46c3d0d31073b8aada5494" dependencies = [ "ttf-parser", ] @@ -79,7 +79,7 @@ parking_lot = "0.12.1" pathdiff = "0.2" pdf-writer = "0.12" phf = { version = "0.11", features = ["macros"] } -pixglyph = "0.5" +pixglyph = "0.5.1" png = "0.17" portable-atomic = "1.6" proc-macro2 = "1" |
