Update byteorder, xi-unicode, x11

This commit is contained in:
Matt Brubeck 2017-02-07 13:39:50 -08:00
parent c48a326fb3
commit b1b9fe2a52
3 changed files with 34 additions and 17 deletions

View file

@ -39,7 +39,7 @@ style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1.12"
unicode-script = {version = "0.1", features = ["harfbuzz"]}
xi-unicode = "0.0.1"
xi-unicode = "0.1.0"
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender"

View file

@ -30,7 +30,7 @@ audio-video-metadata = "0.1.2"
atomic_refcell = "0.1"
bitflags = "0.7"
bluetooth_traits = {path = "../bluetooth_traits"}
byteorder = "0.5"
byteorder = "1.0"
canvas_traits = {path = "../canvas_traits"}
caseless = "0.1.0"
cookie = {version = "0.2.5", features = ["serialize-rustc"]}