Bump string_cache, html5ever and xml5ever

This commit is contained in:
Bastien Orivel 2017-12-07 20:34:13 +01:00
parent ff70c4426d
commit 4b16ff7236
10 changed files with 37 additions and 35 deletions

View file

@ -20,7 +20,7 @@ mozjs = { version = "0.1.8", features = ["promises"], optional = true }
servo_arc = { path = "../servo_arc" }
smallbitvec = "1.0.3"
smallvec = "0.6"
string_cache = { version = "0.6", optional = true }
string_cache = { version = "0.7", optional = true }
url = { version = "1.2", optional = true }
webrender_api = { git = "https://github.com/servo/webrender", features = ["ipc"], optional = true }
xml5ever = { version = "0.11", optional = true }
xml5ever = { version = "0.12", optional = true }