diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-30 07:14:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-30 07:14:33 -0500 |
commit | 2ff6c3526313b9c0467e26f0236ae2578b7e57c5 (patch) | |
tree | 9c12561e413e45c271d4986a02766ce32d0774bb | |
parent | 87d08eb4e8282f591261250d6b1d061fbb0584b6 (diff) | |
parent | f9e990ee31ed1179571ef20bf11c68705409a9df (diff) | |
download | servo-2ff6c3526313b9c0467e26f0236ae2578b7e57c5.tar.gz servo-2ff6c3526313b9c0467e26f0236ae2578b7e57c5.zip |
Auto merge of #11954 - paulrouget:bhtmlUpdate, r=Wafflespeanut
update browserhtml
Another browserhtml update to pick performance improvements.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11954)
<!-- Reviewable:end -->
-rw-r--r-- | components/servo/Cargo.lock | 6 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 8e701503270..fd9f2a122f6 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -4,7 +4,7 @@ version = "0.0.1" dependencies = [ "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "browserhtml 0.1.9 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)", + "browserhtml 0.1.11 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)", "canvas 0.0.1", "canvas_traits 0.0.1", "compiletest_helper 0.0.1", @@ -189,8 +189,8 @@ source = "git+https://github.com/ende76/brotli-rs#d8507fd07e9fa57ed8251d5dc500dc [[package]] name = "browserhtml" -version = "0.1.9" -source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#9f3853256957ce64c86cfe4744278acba205d12f" +version = "0.1.11" +source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#cb89e4281961a24032dff1d65462ab6a38fc55ac" [[package]] name = "byteorder" diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index cf173804578..055bd808eba 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -163,8 +163,8 @@ source = "git+https://github.com/ende76/brotli-rs#d8507fd07e9fa57ed8251d5dc500dc [[package]] name = "browserhtml" -version = "0.1.9" -source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#9f3853256957ce64c86cfe4744278acba205d12f" +version = "0.1.11" +source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#cb89e4281961a24032dff1d65462ab6a38fc55ac" [[package]] name = "byteorder" @@ -1926,7 +1926,7 @@ version = "0.0.1" dependencies = [ "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "browserhtml 0.1.9 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)", + "browserhtml 0.1.11 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)", "canvas 0.0.1", "canvas_traits 0.0.1", "compositing 0.0.1", |