WR update

This commit is contained in:
Paul Rouget 2018-08-06 06:39:37 +02:00
parent 2f14e33395
commit 0d9161dd7b
22 changed files with 140 additions and 140 deletions

View file

@ -25,7 +25,7 @@ servo = ["serde", "style_traits/servo", "servo_atoms", "servo_config", "html5eve
gecko_debug = []
[dependencies]
app_units = "0.6"
app_units = "0.7"
arrayvec = "0.4.6"
atomic_refcell = "0.1"
bitflags = "1.0"
@ -34,7 +34,7 @@ cfg-if = "0.1.0"
cssparser = "0.24.0"
new_debug_unreachable = "1.0"
encoding_rs = {version = "0.7", optional = true}
euclid = "0.18"
euclid = "0.19"
fallible = { path = "../fallible" }
fnv = "1.0"
hashglobe = { path = "../hashglobe" }