aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2017-12-07 20:34:13 +0100
committerBastien Orivel <eijebong@bananium.fr>2017-12-07 20:37:38 +0100
commit4b16ff723668b0b314826536e95bdc6b51e3bbac (patch)
treee93f9d423ba7f3052d5da1ce4c6382c9a8891210 /components
parentff70c4426d9ea2f36dc18216678f743e9f56f561 (diff)
downloadservo-4b16ff723668b0b314826536e95bdc6b51e3bbac.tar.gz
servo-4b16ff723668b0b314826536e95bdc6b51e3bbac.zip
Bump string_cache, html5ever and xml5ever
Diffstat (limited to 'components')
-rw-r--r--components/atoms/Cargo.toml2
-rw-r--r--components/gfx/Cargo.toml2
-rw-r--r--components/layout/Cargo.toml2
-rw-r--r--components/layout_thread/Cargo.toml2
-rw-r--r--components/malloc_size_of/Cargo.toml4
-rw-r--r--components/script/Cargo.toml4
-rw-r--r--components/script_layout_interface/Cargo.toml2
-rw-r--r--components/style/Cargo.toml2
8 files changed, 10 insertions, 10 deletions
diff --git a/components/atoms/Cargo.toml b/components/atoms/Cargo.toml
index 5048cee3021..9e6e07899e6 100644
--- a/components/atoms/Cargo.toml
+++ b/components/atoms/Cargo.toml
@@ -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"
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml
index fa0b0dec290..5653cda19b8 100644
--- a/components/gfx/Cargo.toml
+++ b/components/gfx/Cargo.toml
@@ -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}
diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml
index 1c2c66fd222..bf20e6da615 100644
--- a/components/layout/Cargo.toml
+++ b/components/layout/Cargo.toml
@@ -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"
diff --git a/components/layout_thread/Cargo.toml b/components/layout_thread/Cargo.toml
index 9daab6c2652..de7773666af 100644
--- a/components/layout_thread/Cargo.toml
+++ b/components/layout_thread/Cargo.toml
@@ -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"}
diff --git a/components/malloc_size_of/Cargo.toml b/components/malloc_size_of/Cargo.toml
index 9c2459d8b92..48617880248 100644
--- a/components/malloc_size_of/Cargo.toml
+++ b/components/malloc_size_of/Cargo.toml
@@ -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 }
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 620db599ab2..0bedc1c364a 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -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"
@@ -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"}
diff --git a/components/script_layout_interface/Cargo.toml b/components/script_layout_interface/Cargo.toml
index ef603efe222..a54d7a5c4c9 100644
--- a/components/script_layout_interface/Cargo.toml
+++ b/components/script_layout_interface/Cargo.toml
@@ -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"
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml
index 030bef31787..4e20d594812 100644
--- a/components/style/Cargo.toml
+++ b/components/style/Cargo.toml
@@ -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"