Auto merge of #10453 - Ms2ger:uuid, r=KiChjang

Update uuid.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10453)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-07 16:18:20 +05:30
commit 5cf89fea48
10 changed files with 90 additions and 126 deletions

View file

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