aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-08-06 01:32:31 -0400
committerGitHub <noreply@github.com>2018-08-06 01:32:31 -0400
commit2a0eec4ad6e6e066f2fcf910e29632ef19914abf (patch)
treed2e03e701d18c6a73fb940e595c2428bbd6fac6c /components/script
parent2f14e33395bb31dbc0e00fe9032edcd808e72964 (diff)
parent0d9161dd7bdafe34cdcb3cdc050b8cedab090bc0 (diff)
downloadservo-2a0eec4ad6e6e066f2fcf910e29632ef19914abf.tar.gz
servo-2a0eec4ad6e6e066f2fcf910e29632ef19914abf.zip
Auto merge of #21223 - paulrouget:wrupdate, r=gw3583
Webrender update Requires: - ~winit PR: https://github.com/tomaka/winit/pull/608~ - ~glutin PR: https://github.com/tomaka/glutin/pull/1047~ - ~skia PR: https://github.com/servo/skia/pull/164~ - ~azure PR: https://github.com/servo/rust-azure/pull/291~ - ~WR PR: https://github.com/servo/webrender/pull/2923~ - ~offscreen gl context PR: https://github.com/servo/rust-offscreen-rendering-context/pull/127~ - ~plane-split PR: https://github.com/servo/plane-split/pull/14~ - ~pathfinder: https://github.com/pcwalton/pathfinder/pull/92~ <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21223) <!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 94ea5aed04a..85e21d4f1f9 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -27,7 +27,7 @@ serde_json = "1.0"
tinyfiledialogs = "3.0"
[dependencies]
-app_units = "0.6"
+app_units = "0.7"
audio-video-metadata = "0.1.4"
base64 = "0.6"
bitflags = "1.0"
@@ -45,7 +45,7 @@ domobject_derive = {path = "../domobject_derive"}
embedder_traits = {path = "../embedder_traits"}
encoding_rs = "0.7"
enum-iterator = "0.2.0"
-euclid = "0.18"
+euclid = "0.19"
fnv = "1.0"
gleam = "0.6"
half = "1.0"
@@ -69,7 +69,7 @@ mozjs = { version = "0.7.1", features = ["promises"]}
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
num-traits = "0.1.32"
-offscreen_gl_context = {version = "0.20", features = ["serde"]}
+offscreen_gl_context = {version = "0.21", features = ["serde"]}
parking_lot = "0.6"
phf = "0.7.18"
profile_traits = {path = "../profile_traits"}