diff options
author | Paul Rouget <me@paulrouget.com> | 2016-06-30 14:11:27 +0200 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2016-06-30 14:11:27 +0200 |
commit | f9e990ee31ed1179571ef20bf11c68705409a9df (patch) | |
tree | 07f35388362a76e3fc350f364de000b8f4f36f5b | |
parent | 2b2b6a3d0c011143ea133e415c6adf3a34bcfbdd (diff) | |
download | servo-f9e990ee31ed1179571ef20bf11c68705409a9df.tar.gz servo-f9e990ee31ed1179571ef20bf11c68705409a9df.zip |
update browserhtml
-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", |