Update hyper, openssl, wayland, threadpool, offscreen_gl_context

Gets rid of duplicate versions of bitflags and xml-rs!
This commit is contained in:
Matt Brubeck 2016-05-06 08:40:37 -07:00
parent d7fa1d8eed
commit 9b680ad58a
4 changed files with 129 additions and 165 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", "lazy_static"]
exceptions = ["bitflags", "lazy_static"]
import toml
content = toml.loads(contents)