Update html5ever/xml5ever.

This commit is contained in:
Josh Matthews 2022-04-01 01:42:18 -04:00
parent a24a4f0608
commit 9eaa27c946
10 changed files with 117 additions and 50 deletions

147
Cargo.lock generated
View file

@ -1193,7 +1193,7 @@ dependencies = [
"dtoa-short", "dtoa-short",
"itoa", "itoa",
"matches", "matches",
"phf", "phf 0.8.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"serde", "serde",
@ -2650,7 +2650,7 @@ name = "hashglobe"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"libc", "libc",
"rand", "rand 0.7.3",
] ]
[[package]] [[package]]
@ -2710,9 +2710,9 @@ checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
[[package]] [[package]]
name = "html5ever" name = "html5ever"
version = "0.25.1" version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b" checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
dependencies = [ dependencies = [
"log", "log",
"mac", "mac",
@ -2974,7 +2974,7 @@ dependencies = [
"lazy_static", "lazy_static",
"libc", "libc",
"mio 0.6.22", "mio 0.6.22",
"rand", "rand 0.7.3",
"serde", "serde",
"tempfile", "tempfile",
"uuid", "uuid",
@ -3577,13 +3577,13 @@ dependencies = [
[[package]] [[package]]
name = "markup5ever" name = "markup5ever"
version = "0.10.1" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
dependencies = [ dependencies = [
"log", "log",
"phf", "phf 0.10.1",
"phf_codegen", "phf_codegen 0.10.0",
"string_cache", "string_cache",
"string_cache_codegen", "string_cache_codegen",
"tendril", "tendril",
@ -4539,18 +4539,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
dependencies = [ dependencies = [
"phf_macros", "phf_macros",
"phf_shared", "phf_shared 0.8.0",
"proc-macro-hack", "proc-macro-hack",
] ]
[[package]]
name = "phf"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_shared 0.10.0",
]
[[package]] [[package]]
name = "phf_codegen" name = "phf_codegen"
version = "0.8.0" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
dependencies = [ dependencies = [
"phf_generator", "phf_generator 0.8.0",
"phf_shared", "phf_shared 0.8.0",
]
[[package]]
name = "phf_codegen"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
] ]
[[package]] [[package]]
@ -4559,8 +4578,18 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
dependencies = [ dependencies = [
"phf_shared", "phf_shared 0.8.0",
"rand", "rand 0.7.3",
]
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared 0.10.0",
"rand 0.8.5",
] ]
[[package]] [[package]]
@ -4569,8 +4598,8 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c" checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
dependencies = [ dependencies = [
"phf_generator", "phf_generator 0.8.0",
"phf_shared", "phf_shared 0.8.0",
"proc-macro-hack", "proc-macro-hack",
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -4586,6 +4615,15 @@ dependencies = [
"siphasher", "siphasher",
] ]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "0.4.29" version = "0.4.29"
@ -4778,8 +4816,8 @@ checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f"
dependencies = [ dependencies = [
"env_logger 0.7.1", "env_logger 0.7.1",
"log", "log",
"rand", "rand 0.7.3",
"rand_core", "rand_core 0.5.1",
] ]
[[package]] [[package]]
@ -4799,12 +4837,23 @@ checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [ dependencies = [
"getrandom 0.1.16", "getrandom 0.1.16",
"libc", "libc",
"rand_chacha", "rand_chacha 0.2.2",
"rand_core", "rand_core 0.5.1",
"rand_hc", "rand_hc",
"rand_pcg", "rand_pcg",
] ]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.3",
]
[[package]] [[package]]
name = "rand_chacha" name = "rand_chacha"
version = "0.2.2" version = "0.2.2"
@ -4812,7 +4861,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [ dependencies = [
"ppv-lite86", "ppv-lite86",
"rand_core", "rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core 0.6.3",
] ]
[[package]] [[package]]
@ -4824,13 +4883,22 @@ dependencies = [
"getrandom 0.1.16", "getrandom 0.1.16",
] ]
[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom 0.2.6",
]
[[package]] [[package]]
name = "rand_hc" name = "rand_hc"
version = "0.2.0" version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [ dependencies = [
"rand_core", "rand_core 0.5.1",
] ]
[[package]] [[package]]
@ -4839,7 +4907,7 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df6b0b3dc9991a10b2d91a86d1129314502169a1bf6afa67328945e02498b76" checksum = "8df6b0b3dc9991a10b2d91a86d1129314502169a1bf6afa67328945e02498b76"
dependencies = [ dependencies = [
"rand_core", "rand_core 0.5.1",
] ]
[[package]] [[package]]
@ -4848,7 +4916,7 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
dependencies = [ dependencies = [
"rand_core", "rand_core 0.5.1",
] ]
[[package]] [[package]]
@ -5149,9 +5217,9 @@ dependencies = [
"num-traits", "num-traits",
"parking_lot 0.11.0", "parking_lot 0.11.0",
"percent-encoding", "percent-encoding",
"phf", "phf 0.8.0",
"phf_codegen", "phf_codegen 0.8.0",
"phf_shared", "phf_shared 0.8.0",
"pixels", "pixels",
"profile_traits", "profile_traits",
"ref_filter_map", "ref_filter_map",
@ -5316,8 +5384,8 @@ dependencies = [
"derive_more", "derive_more",
"fxhash", "fxhash",
"log", "log",
"phf", "phf 0.8.0",
"phf_codegen", "phf_codegen 0.8.0",
"precomputed-hash", "precomputed-hash",
"servo_arc", "servo_arc",
"smallvec 1.6.1", "smallvec 1.6.1",
@ -5696,8 +5764,8 @@ version = "0.0.1"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"log", "log",
"rand", "rand 0.7.3",
"rand_core", "rand_core 0.5.1",
"rand_isaac", "rand_isaac",
"uuid", "uuid",
] ]
@ -5988,7 +6056,7 @@ checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"new_debug_unreachable", "new_debug_unreachable",
"phf_shared", "phf_shared 0.8.0",
"precomputed-hash", "precomputed-hash",
"serde", "serde",
] ]
@ -5999,8 +6067,8 @@ version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97" checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
dependencies = [ dependencies = [
"phf_generator", "phf_generator 0.8.0",
"phf_shared", "phf_shared 0.8.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
] ]
@ -6242,7 +6310,7 @@ checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"libc", "libc",
"rand", "rand 0.7.3",
"redox_syscall 0.1.56", "redox_syscall 0.1.56",
"remove_dir_all", "remove_dir_all",
"winapi", "winapi",
@ -6619,7 +6687,7 @@ dependencies = [
"input_buffer", "input_buffer",
"log", "log",
"native-tls", "native-tls",
"rand", "rand 0.7.3",
"sha-1 0.9.1", "sha-1 0.9.1",
"url", "url",
"utf-8", "utf-8",
@ -7323,7 +7391,7 @@ dependencies = [
"log", "log",
"mio 0.6.22", "mio 0.6.22",
"mio-extras", "mio-extras",
"rand", "rand 0.7.3",
"sha-1 0.8.2", "sha-1 0.8.2",
"slab", "slab",
"url", "url",
@ -7399,14 +7467,13 @@ checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
[[package]] [[package]]
name = "xml5ever" name = "xml5ever"
version = "0.16.1" version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59" checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650"
dependencies = [ dependencies = [
"log", "log",
"mac", "mac",
"markup5ever", "markup5ever",
"time",
] ]
[[package]] [[package]]

View file

@ -22,7 +22,7 @@ euclid = "0.20"
fnv = "1.0" fnv = "1.0"
gfx = { path = "../gfx" } gfx = { path = "../gfx" }
gfx_traits = { path = "../gfx_traits" } gfx_traits = { path = "../gfx_traits" }
html5ever = "0.25" html5ever = "0.26"
ipc-channel = "0.14" ipc-channel = "0.14"
lazy_static = "1" lazy_static = "1"
libc = "0.2" libc = "0.2"

View file

@ -23,7 +23,7 @@ fnv = "1.0"
fxhash = "0.2" fxhash = "0.2"
gfx = { path = "../gfx" } gfx = { path = "../gfx" }
gfx_traits = { path = "../gfx_traits" } gfx_traits = { path = "../gfx_traits" }
html5ever = "0.25" html5ever = "0.26"
ipc-channel = "0.14" ipc-channel = "0.14"
libc = "0.2" libc = "0.2"
log = "0.4" log = "0.4"

View file

@ -21,7 +21,7 @@ fxhash = "0.2"
gfx = { path = "../gfx" } gfx = { path = "../gfx" }
gfx_traits = { path = "../gfx_traits" } gfx_traits = { path = "../gfx_traits" }
histogram = "0.6.8" histogram = "0.6.8"
html5ever = "0.25" html5ever = "0.26"
ipc-channel = "0.14" ipc-channel = "0.14"
layout = { path = "../layout", package = "layout_2013" } layout = { path = "../layout", package = "layout_2013" }
layout_traits = { path = "../layout_traits" } layout_traits = { path = "../layout_traits" }

View file

@ -20,7 +20,7 @@ fnv = "1.0"
fxhash = "0.2" fxhash = "0.2"
gfx = { path = "../gfx" } gfx = { path = "../gfx" }
gfx_traits = { path = "../gfx_traits" } gfx_traits = { path = "../gfx_traits" }
html5ever = "0.25" html5ever = "0.26"
ipc-channel = "0.14" ipc-channel = "0.14"
layout = { path = "../layout_2020", package = "layout_2020" } layout = { path = "../layout_2020", package = "layout_2020" }
layout_traits = { path = "../layout_traits" } layout_traits = { path = "../layout_traits" }

View file

@ -51,4 +51,4 @@ url = { version = "2.0", optional = true }
uuid = { version = "0.8", features = ["v4"], optional = true } uuid = { version = "0.8", features = ["v4"], optional = true }
void = "1.0.2" void = "1.0.2"
webrender_api = { git = "https://github.com/servo/webrender", optional = true } webrender_api = { git = "https://github.com/servo/webrender", optional = true }
xml5ever = { version = "0.16", optional = true } xml5ever = { version = "0.17", optional = true }

View file

@ -55,7 +55,7 @@ euclid = "0.20"
fnv = "1.0" fnv = "1.0"
fxhash = "0.2" fxhash = "0.2"
headers = "0.3" headers = "0.3"
html5ever = "0.25" html5ever = "0.26"
http = "0.2" http = "0.2"
hyper_serde = "0.12" hyper_serde = "0.12"
image = "0.23" image = "0.23"
@ -116,7 +116,7 @@ webdriver = "0.44"
webgpu = { path = "../webgpu" } webgpu = { path = "../webgpu" }
webrender_api = { git = "https://github.com/servo/webrender" } webrender_api = { git = "https://github.com/servo/webrender" }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] } webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
xml5ever = "0.16" xml5ever = "0.17"
[target.'cfg(not(target_os = "ios"))'.dependencies] [target.'cfg(not(target_os = "ios"))'.dependencies]
mozangle = "0.2" mozangle = "0.2"

View file

@ -18,7 +18,7 @@ crossbeam-channel = "0.4"
euclid = "0.20" euclid = "0.20"
fxhash = "0.2" fxhash = "0.2"
gfx_traits = { path = "../gfx_traits" } gfx_traits = { path = "../gfx_traits" }
html5ever = "0.25" html5ever = "0.26"
ipc-channel = "0.14" ipc-channel = "0.14"
libc = "0.2" libc = "0.2"
malloc_size_of = { path = "../malloc_size_of" } malloc_size_of = { path = "../malloc_size_of" }

View file

@ -42,7 +42,7 @@ euclid = "0.20"
fallible = { path = "../fallible" } fallible = { path = "../fallible" }
fxhash = "0.2" fxhash = "0.2"
hashglobe = { path = "../hashglobe" } hashglobe = { path = "../hashglobe" }
html5ever = { version = "0.25", optional = true } html5ever = { version = "0.26", optional = true }
indexmap = "1.0" indexmap = "1.0"
itertools = "0.8" itertools = "0.8"
itoa = "0.4" itoa = "0.4"

View file

@ -13,7 +13,7 @@ doctest = false
app_units = "0.7" app_units = "0.7"
cssparser = "0.29" cssparser = "0.29"
euclid = "0.20" euclid = "0.20"
html5ever = "0.25" html5ever = "0.26"
rayon = "1" rayon = "1"
serde_json = "1.0" serde_json = "1.0"
selectors = {path = "../../../components/selectors"} selectors = {path = "../../../components/selectors"}