summaryrefslogtreecommitdiffstats
path: root/font/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r--font/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml
index a8460585..163e582d 100644
--- a/font/Cargo.toml
+++ b/font/Cargo.toml
@@ -8,12 +8,12 @@ license = "Apache-2.0"
[dependencies]
euclid = "0.20"
libc = "0.2"
-foreign-types = "0.4"
+foreign-types = "0.5"
log = "0.4"
[target.'cfg(not(any(target_os = "macos", windows)))'.dependencies]
servo-fontconfig = "0.4.0"
-freetype-rs = "0.19"
+freetype-rs = "0.23"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.6"