aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-01-29 14:50:23 -0600
committerGitHub <noreply@github.com>2018-01-29 14:50:23 -0600
commitfaa969a91d5dcaedbcb8590aa3da5702e90abf10 (patch)
tree0f0b40f8c5c1f9700e3e8ef2e36e06f8fc470c0c
parent5f68abb190773f94d8fe3fa5da4ca2230f069fce (diff)
parent6c1adf4f4c5316095b4a31c672c6785e1642eea7 (diff)
downloadservo-faa969a91d5dcaedbcb8590aa3da5702e90abf10.tar.gz
servo-faa969a91d5dcaedbcb8590aa3da5702e90abf10.zip
Auto merge of #19899 - glennw:update-wr-panic, r=jdm
Update WR (fix for panic in texture cache update). Fixes #19888. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19899) <!-- Reviewable:end -->
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a1beb83faf1..7da6667c317 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3337,7 +3337,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.57.0"
-source = "git+https://github.com/servo/webrender#0b35586e6f57d617254a8f4587c5cd8f3b77991f"
+source = "git+https://github.com/servo/webrender#c956e149f23a9088758338990fd65f0250638352"
dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3365,7 +3365,7 @@ dependencies = [
[[package]]
name = "webrender_api"
version = "0.57.0"
-source = "git+https://github.com/servo/webrender#0b35586e6f57d617254a8f4587c5cd8f3b77991f"
+source = "git+https://github.com/servo/webrender#c956e149f23a9088758338990fd65f0250638352"
dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",