diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-09-10 13:31:57 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-09-10 13:31:57 -0600 |
commit | f190ba360e41465d43972826b6715eb39e7b9822 (patch) | |
tree | 7930502d5720627139ee1215ea326d019f4bcdfb /components | |
parent | 4e69f301e19e6f1d9a1b4f231e5a445888b03370 (diff) | |
parent | 7cd953c9d1150b094bbae3e57476b6d1ad76ebbc (diff) | |
download | servo-f190ba360e41465d43972826b6715eb39e7b9822.tar.gz servo-f190ba360e41465d43972826b6715eb39e7b9822.zip |
Auto merge of #7595 - connorimes:update-hbs, r=larsbergstrom
Refresh cef and gonk lock files; update heartbeats dependencies
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7595)
<!-- Reviewable:end -->
Diffstat (limited to 'components')
-rw-r--r-- | components/servo/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 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)", |