Auto merge of #19487 - Eijebong:bump, r=jdm

Update lazy_static to 1.0

For now it'll be duplicated

<!-- 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/19487)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-12-05 10:31:16 -06:00 committed by GitHub
commit e2a7360e17
12 changed files with 45 additions and 38 deletions

View file

@ -55,7 +55,7 @@ hyper_serde = "0.8"
image = "0.17"
ipc-channel = "0.9"
jstraceable_derive = {path = "../jstraceable_derive"}
lazy_static = "0.2"
lazy_static = "1"
libc = "0.2"
log = "0.3.5"
malloc_size_of = { path = "../malloc_size_of" }