From acf1244da4ae5c5503842e32bda72267ad721fac Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Tue, 9 Jan 2018 10:17:38 +1000 Subject: [PATCH] Update WR (inset box shadow fix, line decoration optimizations) --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a031f3b671a..73bd5ac3fc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3567,7 +3567,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.56.1" -source = "git+https://github.com/servo/webrender#a21197eb1e427730c7bec6eec07bc6cc352d452e" +source = "git+https://github.com/servo/webrender#007c61df33081caec1163db17305ccc191da7d99" 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)", @@ -3595,7 +3595,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.56.1" -source = "git+https://github.com/servo/webrender#a21197eb1e427730c7bec6eec07bc6cc352d452e" +source = "git+https://github.com/servo/webrender#007c61df33081caec1163db17305ccc191da7d99" 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)",