servo: Merge #10975 - Update even more dependencies (from mbrubeck:more-deps); r=KiChjang

Adds a temporary exception to allow multiple versions of lazy_static. PRs have already been filed on the packages that are still using the old version.

Source-Repo: https://github.com/servo/servo
Source-Revision: 361b2b900eeea821a9a79d8566f8cd31dfb1b1ea
This commit is contained in:
Matt Brubeck
2016-05-02 16:48:45 -07:00
parent 310971225d
commit f971bd316d
12 changed files with 194 additions and 202 deletions

View File

@@ -231,7 +231,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
exceptions = ["bitflags", "xml-rs", "byteorder"]
exceptions = ["bitflags", "xml-rs", "lazy_static"]
import toml
content = toml.loads(contents)