From b2ec9792f63fe2ba5f60210454d9fcecbd7aefc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Sat, 13 Jan 2018 00:45:56 +0100 Subject: [PATCH] Upgrade all deps using core-foundation --- components/gfx/Cargo.toml | 6 +++--- ports/cef/Cargo.toml | 2 +- ports/glutin/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index 5eea73f321f..2fc3924cdce 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -49,9 +49,9 @@ xi-unicode = "0.1.0" [target.'cfg(target_os = "macos")'.dependencies] byteorder = "1.0" -core-foundation = "0.4" -core-graphics = "0.12.2" -core-text = "8.0" +core-foundation = "0.5" +core-graphics = "0.13" +core-text = "9.0" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies] freetype = "0.3" diff --git a/ports/cef/Cargo.toml b/ports/cef/Cargo.toml index 5ae0e20351c..f24a98d2bab 100644 --- a/ports/cef/Cargo.toml +++ b/ports/cef/Cargo.toml @@ -40,7 +40,7 @@ webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]} [target.'cfg(target_os="macos")'.dependencies] objc = "0.2" -cocoa = "0.13" +cocoa = "0.14" [target.'cfg(target_os="linux")'.dependencies] x11 = "2.3" diff --git a/ports/glutin/Cargo.toml b/ports/glutin/Cargo.toml index a7f0d36ce35..fbd7300dc01 100644 --- a/ports/glutin/Cargo.toml +++ b/ports/glutin/Cargo.toml @@ -18,7 +18,7 @@ log = "0.3.5" msg = {path = "../../components/msg"} net_traits = {path = "../../components/net_traits"} script_traits = {path = "../../components/script_traits"} -servo-glutin = "0.13" +servo-glutin = "0.14" servo_geometry = {path = "../../components/geometry"} servo_config = {path = "../../components/config"} servo_url = {path = "../../components/url"}