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)",