From 7ddbc75b38b14a9dbd7e77e5601a47b7af065c23 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 20 Oct 2015 20:23:24 -0400 Subject: [PATCH] Upgrade cocoa: 0.1.4 -> 0.1.5 https://github.com/servo/cocoa-rs/compare/v0.1.4...v0.1.5 --- components/servo/Cargo.lock | 6 +++--- ports/cef/Cargo.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index e5f57bd9d06..7cc0e14d84e 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -230,10 +230,10 @@ dependencies = [ [[package]] name = "cocoa" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -733,7 +733,7 @@ source = "git+https://github.com/servo/glutin?branch=servo#d415de427f765d65212ba dependencies = [ "android_glue 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cocoa 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "cocoa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index e2b12dbfb32..675fb75c947 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -4,7 +4,7 @@ version = "0.0.1" dependencies = [ "azure 0.1.0 (git+https://github.com/servo/rust-azure)", "cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cocoa 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "cocoa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "compositing 0.0.1", "core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "cocoa" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -683,7 +683,7 @@ source = "git+https://github.com/servo/glutin?branch=servo#d415de427f765d65212ba dependencies = [ "android_glue 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cocoa 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "cocoa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",