aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-01-26 18:30:40 +0100
committerSimon Sapin <simon.sapin@exyr.org>2016-01-27 12:25:16 +0100
commitc7b51e7aa15d8b3178343daa58a297a514cd9a70 (patch)
treeeedff55d1275607028e884fdef1211b2a5a98832 /components/servo
parenta19b14313a333c5e895e481768237275f564044f (diff)
downloadservo-c7b51e7aa15d8b3178343daa58a297a514cd9a70.tar.gz
servo-c7b51e7aa15d8b3178343daa58a297a514cd9a70.zip
Update html5ever and xml5ever for API changes.
Diffstat (limited to 'components/servo')
-rw-r--r--components/servo/Cargo.lock29
1 files changed, 18 insertions, 11 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index afe8fd8b61c..f8247e209e3 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -800,17 +800,16 @@ dependencies = [
[[package]]
name = "html5ever"
-version = "0.2.11"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"phf 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_codegen 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "rc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "tendril 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1515,7 +1514,7 @@ dependencies = [
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gfx_traits 0.0.1",
- "html5ever 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)",
@@ -1537,14 +1536,13 @@ dependencies = [
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"style 0.0.1",
- "tendril 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
"unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "xml5ever 0.1.0 (git+https://github.com/Ygg01/xml5ever)",
+ "xml5ever 0.1.1 (git+https://github.com/Ygg01/xml5ever)",
]
[[package]]
@@ -1864,12 +1862,13 @@ source = "git+https://github.com/Manishearth/rust-tenacious#3eaa89911cf32b09b869
[[package]]
name = "tendril"
-version = "0.1.6"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
"futf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "utf-8 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1948,6 +1947,14 @@ dependencies = [
]
[[package]]
+name = "utf-8"
+version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "util"
version = "0.0.1"
dependencies = [
@@ -1957,7 +1964,7 @@ dependencies = [
"cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "html5ever 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)",
"js 0.1.1 (git+https://github.com/servo/rust-mozjs)",
@@ -2151,8 +2158,8 @@ dependencies = [
[[package]]
name = "xml5ever"
-version = "0.1.0"
-source = "git+https://github.com/Ygg01/xml5ever#9da3b1628bfcb69a48420f7aef69739d6706aa6a"
+version = "0.1.1"
+source = "git+https://github.com/Ygg01/xml5ever#a14a2aff974830614435ce246734b899f9aab05b"
dependencies = [
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2161,7 +2168,7 @@ dependencies = [
"rc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "tendril 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
]