aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-06-30 05:18:11 -0500
committerGitHub <noreply@github.com>2016-06-30 05:18:11 -0500
commit2b2b6a3d0c011143ea133e415c6adf3a34bcfbdd (patch)
tree3490ada84e5b3d69295bf6cf36912008744032d8 /components
parent26d2ee635589776a08e5671b6b6d673d165a5dc6 (diff)
parent38cec862d96648a15dae1704f59dc175025bae57 (diff)
downloadservo-2b2b6a3d0c011143ea133e415c6adf3a34bcfbdd.tar.gz
servo-2b2b6a3d0c011143ea133e415c6adf3a34bcfbdd.zip
Auto merge of #11951 - paulrouget:bhtmlUpdate, r=nox
browerhtml update <!-- 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/11951) <!-- Reviewable:end -->
Diffstat (limited to 'components')
-rw-r--r--components/servo/Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index d0af1efd0de..8e701503270 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.8 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)",
+ "browserhtml 0.1.9 (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.8"
-source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#e18298de98273d79fdc450207250a1c2ac11ce0a"
+version = "0.1.9"
+source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#9f3853256957ce64c86cfe4744278acba205d12f"
[[package]]
name = "byteorder"