diff options
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index 5b86ff1a..d6bc5d63 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -16,7 +16,7 @@ servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig", branch = freetype-rs = "0.13" [target.'cfg(target_os = "macos")'.dependencies] -core-foundation = "0.4" -core-text = "8" -core-graphics = "0.12" -core-foundation-sys = "0.4" +core-foundation = "0.5" +core-text = "9.1" +core-graphics = "0.13" +core-foundation-sys = "0.5" |