summaryrefslogtreecommitdiffstats
path: root/font/Cargo.toml
diff options
context:
space:
mode:
authorKirill Chibisov <wchibisovkirill@gmail.com>2019-10-23 22:17:09 +0300
committerChristian Duerr <contact@christianduerr.com>2019-10-23 21:17:09 +0200
commitd76bb0c69793eda42d0e46d4a7c7218b8a3a4a37 (patch)
treea2c25ac330209d936fa2846d367669f0ed4c97a5 /font/Cargo.toml
parent9e0b9d5de1b8fe2d9d8ed80f73b4ad0fda171f22 (diff)
Update dependencies
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"