Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update a few dependencies #24213

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update html5ever and xml5ever

  • Loading branch information
Eijebong committed Sep 14, 2019
commit 2eb1b4e10dadafb17b50c8774f725ad0dd29958e

Some generated files are not rendered by default. Learn more.

@@ -57,7 +57,7 @@ servo_allocator = {path = "../allocator"}
servo-fontconfig = "0.4"

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

[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.9"
@@ -24,7 +24,7 @@ fnv = "1.0"
fxhash = "0.2"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.23"
html5ever = "0.24"
ipc-channel = "0.12"
lazy_static = "1"
libc = "0.2"
@@ -21,7 +21,7 @@ fxhash = "0.2"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
histogram = "0.6.8"
html5ever = "0.23"
html5ever = "0.24"
ipc-channel = "0.12"
layout = {path = "../layout", package = "layout_2013"}
layout_traits = {path = "../layout_traits"}
@@ -21,7 +21,7 @@ fxhash = "0.2"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
histogram = "0.6.8"
html5ever = "0.23"
html5ever = "0.24"
ipc-channel = "0.12"
layout = {path = "../layout_2020", package = "layout_2020"}
layout_traits = {path = "../layout_traits"}
@@ -43,5 +43,5 @@ thin-slice = "0.1.0"
time = { version = "0.1.17", optional = true }
url = { version = "2.0", optional = true }
webrender_api = { git = "https://github.com/servo/webrender", features = ["ipc"], optional = true }
xml5ever = { version = "0.14", optional = true }
xml5ever = { version = "0.15", optional = true }
void = "1.0.2"
@@ -53,7 +53,7 @@ enum-iterator = "0.3"
euclid = "0.20"
fnv = "1.0"
headers = "0.2"
html5ever = "0.23"
html5ever = "0.24"
http = "0.1"
hyper = "0.12"
hyper_serde = "0.11"
@@ -111,7 +111,7 @@ unicode-segmentation = "1.1.0"
url = "2.0"
utf-8 = "0.7"
uuid = {version = "0.7", features = ["v4"]}
xml5ever = {version = "0.14"}
xml5ever = "0.15"
webdriver = "0.40"
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webvr_traits = {path = "../webvr_traits"}
@@ -18,7 +18,7 @@ cssparser = "0.25"
crossbeam-channel = "0.3"
euclid = "0.20"
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.23"
html5ever = "0.24"
ipc-channel = "0.12"
libc = "0.2"
time = "0.1.17"
@@ -41,7 +41,7 @@ euclid = "0.20"
fallible = { path = "../fallible" }
fxhash = "0.2"
hashglobe = { path = "../hashglobe" }
html5ever = {version = "0.23", optional = true}
html5ever = { version = "0.24", optional = true }
indexmap = "1.0"
itertools = "0.8"
itoa = "0.4"
@@ -14,7 +14,7 @@ byteorder = "1.0"
app_units = "0.7"
cssparser = "0.25"
euclid = "0.20"
html5ever = "0.23"
html5ever = "0.24"
rayon = "1"
serde_json = "1.0"
selectors = {path = "../../../components/selectors"}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.