mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
commit
e2a7360e17
12 changed files with 45 additions and 38 deletions
|
@ -44,7 +44,7 @@ hashglobe = { path = "../hashglobe" }
|
|||
html5ever = {version = "0.21", optional = true}
|
||||
itertools = "0.5"
|
||||
itoa = "0.3"
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
log = "0.3"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
|
@ -77,7 +77,7 @@ unicode-segmentation = "1.0"
|
|||
kernel32-sys = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
log = "0.3"
|
||||
bindgen = { version = "0.31.2", optional = true }
|
||||
regex = {version = "0.2", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue