mirror of
https://github.com/servo/servo.git
synced 2025-06-18 13:24:29 +00:00
Update html5ever to 0.5.0
This commit is contained in:
parent
4c4df37a12
commit
fc7f05a751
5 changed files with 8 additions and 8 deletions
|
@ -72,7 +72,7 @@ euclid = {version = "0.6.1", features = ["plugins"]}
|
||||||
fnv = "1.0"
|
fnv = "1.0"
|
||||||
heapsize = "0.2.5"
|
heapsize = "0.2.5"
|
||||||
heapsize_plugin = "0.1.2"
|
heapsize_plugin = "0.1.2"
|
||||||
html5ever = {version = "0.4.2", features = ["heap_size", "unstable"]}
|
html5ever = {version = "0.5.0", features = ["heap_size", "unstable"]}
|
||||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||||
image = "0.5.0"
|
image = "0.5.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
|
@ -522,7 +522,7 @@ struct Tracer {
|
||||||
impl tree_builder::Tracer for Tracer {
|
impl tree_builder::Tracer for Tracer {
|
||||||
type Handle = JS<Node>;
|
type Handle = JS<Node>;
|
||||||
#[allow(unrooted_must_root)]
|
#[allow(unrooted_must_root)]
|
||||||
fn trace_handle(&self, node: JS<Node>) {
|
fn trace_handle(&self, node: &JS<Node>) {
|
||||||
node.trace(self.trc);
|
node.trace(self.trc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
4
components/servo/Cargo.lock
generated
4
components/servo/Cargo.lock
generated
|
@ -828,7 +828,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "html5ever"
|
name = "html5ever"
|
||||||
version = "0.4.2"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1575,7 +1575,7 @@ dependencies = [
|
||||||
"gfx_traits 0.0.1",
|
"gfx_traits 0.0.1",
|
||||||
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"html5ever 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"html5ever 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hyper 0.7.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)",
|
"image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
||||||
|
|
4
ports/cef/Cargo.lock
generated
4
ports/cef/Cargo.lock
generated
|
@ -759,7 +759,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "html5ever"
|
name = "html5ever"
|
||||||
version = "0.4.2"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1463,7 +1463,7 @@ dependencies = [
|
||||||
"gfx_traits 0.0.1",
|
"gfx_traits 0.0.1",
|
||||||
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"html5ever 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"html5ever 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hyper 0.7.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)",
|
"image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
||||||
|
|
4
ports/gonk/Cargo.lock
generated
4
ports/gonk/Cargo.lock
generated
|
@ -741,7 +741,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "html5ever"
|
name = "html5ever"
|
||||||
version = "0.4.2"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1445,7 +1445,7 @@ dependencies = [
|
||||||
"gfx_traits 0.0.1",
|
"gfx_traits 0.0.1",
|
||||||
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"html5ever 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"html5ever 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hyper 0.7.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)",
|
"image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue