diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-03-27 00:05:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 00:05:23 -0400 |
commit | 949a2ed552bb5b770958b2d2b15d5c69e26177ea (patch) | |
tree | f2d5cda8d3def758015b0588449b933403a31869 /Cargo.lock | |
parent | 8080f068706515dddd1d758891faff70cb7cf4cf (diff) | |
parent | 95fe713750c5c6f5707b5873e1c3fa1bb33bb93f (diff) | |
download | servo-949a2ed552bb5b770958b2d2b15d5c69e26177ea.tar.gz servo-949a2ed552bb5b770958b2d2b15d5c69e26177ea.zip |
Auto merge of #20449 - glennw:update-wr-box-shadows, r=jdm
Update WR (box shadow crash fix, clip task bug fix).
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4652855608e..f4742622c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3518,7 +3518,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.57.0" -source = "git+https://github.com/servo/webrender#c32585c1ed94d6cad938ecd0ef7db566a367a00d" +source = "git+https://github.com/servo/webrender#53750b8b5760a9e63414ae486de7249cd49ac700" dependencies = [ "app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3552,7 +3552,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.57.0" -source = "git+https://github.com/servo/webrender#c32585c1ed94d6cad938ecd0ef7db566a367a00d" +source = "git+https://github.com/servo/webrender#53750b8b5760a9e63414ae486de7249cd49ac700" dependencies = [ "app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |