Update truetype dependency.

This commit is contained in:
Josh Matthews 2021-02-25 10:10:40 -05:00
parent 15f3445a34
commit b29a8a21f7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -6596,9 +6596,9 @@ checksum = "ce607aae8ab0ab3abf3a2723a9ab6f09bb8639ed83fdd888d857b8e556c868d8"
[[package]] [[package]]
name = "truetype" name = "truetype"
version = "0.26.2" version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a4557422979ca99d0ffebef23d01185dde76153f09aa2840863ed60ad8e2fec" checksum = "063aa7cf1a7e56677e639c8f180a84d30b8fd788a684cfee2460418629925730"
[[package]] [[package]]
name = "try-lock" name = "try-lock"

View file

@ -59,4 +59,4 @@ xml-rs = "0.8"
[target.'cfg(target_os = "windows")'.dependencies] [target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.11" dwrote = "0.11"
truetype = "0.26" truetype = "0.30"