From 68e65d775a470655c302fcd9d049bed450bb5b68 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 3 Sep 2015 00:00:48 -0400 Subject: [PATCH] Upgrade rust-block to silence warning https://github.com/SSheldon/rust-block/pull/1 Relevant to https://github.com/servo/servo/pull/7513 --- 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 db7016feb9a..b29e113ceae 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -118,7 +118,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "block" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1130,7 +1130,7 @@ name = "objc-foundation" version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "block 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "block 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "objc_id 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index c7c605f8329..e5c8682377c 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -110,7 +110,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "block" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1100,7 +1100,7 @@ name = "objc-foundation" version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "block 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "block 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "objc_id 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 70041a7919c..18697ebb98f 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -91,7 +91,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "block" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -975,7 +975,7 @@ name = "objc-foundation" version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "block 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "block 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "objc_id 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",