diff options
Diffstat (limited to 'font')
-rw-r--r-- | font/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index 4fc1a3b5..f647c275 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -13,8 +13,8 @@ foreign-types = "0.5" log = "0.4" [target.'cfg(not(any(target_os = "macos", windows)))'.dependencies] -servo-fontconfig = "0.4.0" -freetype-rs = "0.23" +servo-fontconfig = "0.5.0" +freetype-rs = "0.24" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = "0.6" |