Skip to content

Commit

Permalink
Bump string_cache, html5ever and xml5ever
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Dec 7, 2017
1 parent ff70c44 commit 4b16ff7
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 35 deletions.
50 changes: 26 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/atoms/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ build = "build.rs"
path = "lib.rs"

[dependencies]
string_cache = {version = "0.6"}
string_cache = {version = "0.7"}

[build-dependencies]
string_cache_codegen = "0.4"
2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Expand Up @@ -59,7 +59,7 @@ servo_allocator = {path = "../allocator"}
servo-fontconfig = "0.2.1"

[target.'cfg(target_os = "android")'.dependencies]
xml5ever = {version = "0.11"}
xml5ever = {version = "0.12"}

[target.'cfg(any(target_feature = "sse2", target_feature = "neon"))'.dependencies]
simd = {version = "0.2.0", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ euclid = "0.15"
fnv = "1.0"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.21.0"
html5ever = "0.22"
ipc-channel = "0.9"
libc = "0.2"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/layout_thread/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ euclid = "0.15"
fnv = "1.0"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.21.0"
html5ever = "0.22"
ipc-channel = "0.9"
layout = {path = "../layout"}
layout_traits = {path = "../layout_traits"}
Expand Down
4 changes: 2 additions & 2 deletions components/malloc_size_of/Cargo.toml
Expand Up @@ -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 }
4 changes: 2 additions & 2 deletions components/script/Cargo.toml
Expand Up @@ -49,7 +49,7 @@ euclid = "0.15"
fnv = "1.0"
gleam = "0.4"
half = "1.0"
html5ever = "0.21"
html5ever = "0.22"
hyper = "0.10"
hyper_serde = "0.8"
image = "0.17"
Expand Down Expand Up @@ -98,7 +98,7 @@ unicode-segmentation = "1.1.0"
url = "1.6"
utf-8 = "0.7"
uuid = {version = "0.5", features = ["v4"]}
xml5ever = {version = "0.11"}
xml5ever = {version = "0.12"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webvr_traits = {path = "../webvr_traits"}

Expand Down
2 changes: 1 addition & 1 deletion components/script_layout_interface/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ canvas_traits = {path = "../canvas_traits"}
cssparser = "0.23.0"
euclid = "0.15"
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.21.0"
html5ever = "0.22"
ipc-channel = "0.9"
libc = "0.2"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -41,7 +41,7 @@ euclid = "0.15"
fallible = { path = "../fallible" }
fnv = "1.0"
hashglobe = { path = "../hashglobe" }
html5ever = {version = "0.21", optional = true}
html5ever = {version = "0.22", optional = true}
itertools = "0.5"
itoa = "0.3"
lazy_static = "1"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/style/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ byteorder = "1.0"
app_units = "0.5"
cssparser = "0.23.0"
euclid = "0.15"
html5ever = "0.21"
html5ever = "0.22"
parking_lot = "0.4"
rayon = "0.8"
serde_json = "1.0"
Expand Down

0 comments on commit 4b16ff7

Please sign in to comment.