From 753677f5d1ba51b3f4a0f2df6a8654fc19f06aec Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Thu, 1 Mar 2018 11:12:36 +1000 Subject: [PATCH] Update WR (ipc deadlock workaround, clipped-filter fix). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4ada4d2f03..d4d592a9eda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3375,7 +3375,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.57.0" -source = "git+https://github.com/servo/webrender#d7735c7da9844775d4a3e6ec8b6cea25fb0b0486" +source = "git+https://github.com/servo/webrender#f461a5b39fe2b35c542303d5f3128a7aff547806" 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)", @@ -3403,7 +3403,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.57.0" -source = "git+https://github.com/servo/webrender#d7735c7da9844775d4a3e6ec8b6cea25fb0b0486" +source = "git+https://github.com/servo/webrender#f461a5b39fe2b35c542303d5f3128a7aff547806" 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)",