Update fontsan to 63f3cde (#37619)

This bump includes the following changes: 

- Update to ots v9.2.0
- Update to lz4 v1.10.0 (multi-threading improvements)
- Remove miniz dependency
- Fix warning when compiling with MSVC

Testing: Should be covered by existing tests

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2025-06-22 13:52:16 +02:00 committed by GitHub
parent 2b209449b5
commit 18d55f4884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
Cargo.lock generated
View file

@ -2309,13 +2309,13 @@ dependencies = [
[[package]]
name = "fontsan"
version = "0.5.2"
source = "git+https://github.com/servo/fontsan#c0d0b5333117901e1c31bc3c502c384115b93e6f"
version = "0.6.0"
source = "git+https://github.com/servo/fontsan#63f3cde9224b5988163e52c6669143f98d71b030"
dependencies = [
"cc",
"glob",
"libc",
"miniz-sys",
"libz-sys",
]
[[package]]
@ -4787,16 +4787,6 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz-sys"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "miniz_oxide"
version = "0.8.9"