From c99b3393769c48e3fbde1c6adb3990aa5545fc28 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 4 Apr 2016 15:29:57 -0400 Subject: [PATCH] Update block package to reduce warnings. --- components/servo/Cargo.lock | 4 ++-- ports/cef/Cargo.lock | 4 ++-- ports/gonk/Cargo.lock | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 475b98e9473..f17de6ee9a5 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -140,7 +140,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "block" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1396,7 +1396,7 @@ name = "objc-foundation" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "block 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "block 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "objc_id 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 7b33d7df369..4f1575d73c7 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -124,7 +124,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "block" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1282,7 +1282,7 @@ name = "objc-foundation" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "block 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "block 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "objc_id 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 7f58900eb15..602653002b2 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -117,7 +117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "block" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1264,7 +1264,7 @@ name = "objc-foundation" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "block 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "block 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "objc_id 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ]