From f9603f7b63b3ab1433552d9a2b65c5ce6fd33ebf Mon Sep 17 00:00:00 2001 From: WR Updater Bot Date: Fri, 4 Jan 2019 04:21:40 +0000 Subject: [PATCH] Bug 1517616 - Re-vendor rust dependencies. r=kats Depends on D15699 Differential Revision: https://phabricator.services.mozilla.com/D15700 --HG-- extra : moz-landing-system : lando --- Cargo.lock | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 184b581df172..6e1dfecb82ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2999,6 +2999,7 @@ dependencies = [ "thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", "webrender_api 0.58.0", + "webrender_build 0.0.1", ] [[package]] @@ -3040,6 +3041,14 @@ dependencies = [ "webrender 0.58.0", ] +[[package]] +name = "webrender_build" +version = "0.0.1" +dependencies = [ + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "which" version = "1.0.3"