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
This commit is contained in:
WR Updater Bot 2019-01-04 04:21:40 +00:00
parent e48bc104ff
commit f9603f7b63

9
Cargo.lock generated
View File

@ -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"