From 18d55f48847f2efffa33672038f67066c90f3915 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Sun, 22 Jun 2025 13:52:16 +0200 Subject: [PATCH] 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 --- Cargo.lock | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aa8bfce930..aa0396c0eb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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"