From f72449373805b352be5d4ad68bd9f067d370fe95 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 7 Dec 2015 23:38:09 -0500 Subject: [PATCH] Update mozjs and gcc. --- components/servo/Cargo.lock | 18 +++++++++--------- ports/cef/Cargo.lock | 18 +++++++++--------- ports/gonk/Cargo.lock | 18 +++++++++--------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index af2eb0762e6..2c54684f786 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -586,7 +586,7 @@ dependencies = [ [[package]] name = "gcc" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1015,11 +1015,11 @@ dependencies = [ [[package]] name = "libz-sys" -version = "0.1.8" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1088,7 +1088,7 @@ name = "miniz-sys" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1104,10 +1104,10 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.0.0" -source = "git+https://github.com/servo/mozjs#10796a16f6a8aba1e4990a0939b8b2f4a1075e55" +source = "git+https://github.com/servo/mozjs#e89e72f1d69b6a90a7b691fec2e4624e6a375824" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libz-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libz-sys 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1306,7 +1306,7 @@ name = "openssl-sys-extras" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1824,7 +1824,7 @@ dependencies = [ name = "task_info" version = "0.0.1" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 6ccd4645e2c..0d3d90f2d42 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -553,7 +553,7 @@ dependencies = [ [[package]] name = "gcc" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -975,11 +975,11 @@ dependencies = [ [[package]] name = "libz-sys" -version = "0.1.8" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1048,7 +1048,7 @@ name = "miniz-sys" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1064,10 +1064,10 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.0.0" -source = "git+https://github.com/servo/mozjs#10796a16f6a8aba1e4990a0939b8b2f4a1075e55" +source = "git+https://github.com/servo/mozjs#e89e72f1d69b6a90a7b691fec2e4624e6a375824" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libz-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libz-sys 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1241,7 +1241,7 @@ name = "openssl-sys-extras" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1760,7 +1760,7 @@ dependencies = [ name = "task_info" version = "0.0.1" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 939cb3ec4c0..38fd75dff54 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -551,7 +551,7 @@ dependencies = [ [[package]] name = "gcc" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -951,11 +951,11 @@ dependencies = [ [[package]] name = "libz-sys" -version = "0.1.8" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1024,7 +1024,7 @@ name = "miniz-sys" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1040,10 +1040,10 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.0.0" -source = "git+https://github.com/servo/mozjs#10796a16f6a8aba1e4990a0939b8b2f4a1075e55" +source = "git+https://github.com/servo/mozjs#e89e72f1d69b6a90a7b691fec2e4624e6a375824" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libz-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libz-sys 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1217,7 +1217,7 @@ name = "openssl-sys-extras" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1734,7 +1734,7 @@ dependencies = [ name = "task_info" version = "0.0.1" dependencies = [ - "gcc 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]]