From 86e4441225b7afff91255b4d0d5e7db67e9ee366 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Wed, 29 Jun 2016 05:55:50 +0200 Subject: [PATCH] browserhtml update --- components/servo/Cargo.lock | 6 +++--- 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 1019302be1b..318f775337d 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.7 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)", + "browserhtml 0.1.8 (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.7" -source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#73ecaf4b8048f10ce131d0b9b341c3146a880d74" +version = "0.1.8" +source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#e18298de98273d79fdc450207250a1c2ac11ce0a" [[package]] name = "byteorder" diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 1d86f04ca9f..acdd3727e8b 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.7" -source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#73ecaf4b8048f10ce131d0b9b341c3146a880d74" +version = "0.1.8" +source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#e18298de98273d79fdc450207250a1c2ac11ce0a" [[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.7 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)", + "browserhtml 0.1.8 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)", "canvas 0.0.1", "canvas_traits 0.0.1", "compositing 0.0.1",