From 06b2c496fe1d5f43b61f23412db633507255cafb Mon Sep 17 00:00:00 2001 From: Connor Imes Date: Thu, 10 Sep 2015 10:02:02 -0500 Subject: [PATCH 1/2] Refresh cef and gonk lock files --- ports/cef/Cargo.lock | 6 ++++++ ports/gonk/Cargo.lock | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 830413b68ba..dcdcacf910c 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -563,6 +563,7 @@ dependencies = [ "script_traits 0.0.1", "serde 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "simd 0.1.0 (git+https://github.com/huonw/simd)", "skia 0.0.20130412 (git+https://github.com/servo/skia)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1493,6 +1494,11 @@ dependencies = [ "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "simd" +version = "0.1.0" +source = "git+https://github.com/huonw/simd#be4242121e081206d8769cc60a7d2fa8e23cdc68" + [[package]] name = "skia" version = "0.0.20130412" diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 3900a055f72..f9a05f3fa2f 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -510,6 +510,7 @@ dependencies = [ "script_traits 0.0.1", "serde 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "simd 0.1.0 (git+https://github.com/huonw/simd)", "skia 0.0.20130412 (git+https://github.com/servo/skia)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1339,6 +1340,11 @@ dependencies = [ "util 0.0.1", ] +[[package]] +name = "simd" +version = "0.1.0" +source = "git+https://github.com/huonw/simd#be4242121e081206d8769cc60a7d2fa8e23cdc68" + [[package]] name = "skia" version = "0.0.20130412" From 7cd953c9d1150b094bbae3e57476b6d1ad76ebbc Mon Sep 17 00:00:00 2001 From: Connor Imes Date: Thu, 10 Sep 2015 10:04:00 -0500 Subject: [PATCH 2/2] Update heartbeats sys dependencies --- 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 a23c94bea92..b5cd385b3fe 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -743,7 +743,7 @@ dependencies = [ [[package]] name = "hbs-common-sys" version = "0.1.0" -source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af" +source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#548d28d71795ca81ad12ab61e6616835814981f3" dependencies = [ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -760,7 +760,7 @@ dependencies = [ [[package]] name = "hbs-pow-sys" version = "0.1.0" -source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af" +source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#548d28d71795ca81ad12ab61e6616835814981f3" dependencies = [ "hbs-common-sys 0.1.0 (git+https://github.com/libheartbeats/heartbeats-simple-sys.git)", "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index dcdcacf910c..aa505aca001 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -694,7 +694,7 @@ dependencies = [ [[package]] name = "hbs-common-sys" version = "0.1.0" -source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af" +source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#548d28d71795ca81ad12ab61e6616835814981f3" dependencies = [ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -711,7 +711,7 @@ dependencies = [ [[package]] name = "hbs-pow-sys" version = "0.1.0" -source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af" +source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#548d28d71795ca81ad12ab61e6616835814981f3" dependencies = [ "hbs-common-sys 0.1.0 (git+https://github.com/libheartbeats/heartbeats-simple-sys.git)", "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index f9a05f3fa2f..9dc67f0f337 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -578,7 +578,7 @@ dependencies = [ [[package]] name = "hbs-common-sys" version = "0.1.0" -source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af" +source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#548d28d71795ca81ad12ab61e6616835814981f3" dependencies = [ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "hbs-pow-sys" version = "0.1.0" -source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af" +source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#548d28d71795ca81ad12ab61e6616835814981f3" dependencies = [ "hbs-common-sys 0.1.0 (git+https://github.com/libheartbeats/heartbeats-simple-sys.git)", "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",