mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #28203 - jdm:update-truetype, r=SimonSapin
Update truetype dependency. Closes https://github.com/servo/servo/issues/28101
This commit is contained in:
commit
30f927f67b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6596,9 +6596,9 @@ checksum = "ce607aae8ab0ab3abf3a2723a9ab6f09bb8639ed83fdd888d857b8e556c868d8"
|
|||
|
||||
[[package]]
|
||||
name = "truetype"
|
||||
version = "0.26.2"
|
||||
version = "0.30.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a4557422979ca99d0ffebef23d01185dde76153f09aa2840863ed60ad8e2fec"
|
||||
checksum = "063aa7cf1a7e56677e639c8f180a84d30b8fd788a684cfee2460418629925730"
|
||||
|
||||
[[package]]
|
||||
name = "try-lock"
|
||||
|
|
|
@ -59,4 +59,4 @@ xml-rs = "0.8"
|
|||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
dwrote = "0.11"
|
||||
truetype = "0.26"
|
||||
truetype = "0.30"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue