mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
parent
2b209449b5
commit
18d55f4884
1 changed files with 3 additions and 13 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue