aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-02-04 16:35:48 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-02-04 16:35:48 +0530
commit712b053f4f597a097767a0812013b95c7db8b3c9 (patch)
tree9fe5e918252d2cbfc6e1a1bcc2c7d0423d26684a /components/script
parentdf454ac4dc714f348a2533633ad464285a8ef684 (diff)
parent2ea9f2d028432aa52c7149587026fd33b2ad166b (diff)
downloadservo-712b053f4f597a097767a0812013b95c7db8b3c9.tar.gz
servo-712b053f4f597a097767a0812013b95c7db8b3c9.zip
Auto merge of #9519 - Ms2ger:euclid, r=Manishearth
Update Euclid. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9519) <!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 4ca81831eba..67cfdedae6a 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -63,7 +63,7 @@ features = ["unstable"]
path = "../gfx_traits"
[dependencies]
-app_units = {version = "0.1", features = ["plugins"]}
+app_units = {version = "0.2", features = ["plugins"]}
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
log = "0.3"
encoding = "0.2"
@@ -81,7 +81,7 @@ smallvec = "0.1"
html5ever = { version = "0.4", features = ["unstable"] }
selectors = "0.4.1"
string_cache = { version = "0.2", features = ["unstable"] }
-euclid = {version = "0.4", features = ["plugins"]}
+euclid = {version = "0.6.1", features = ["plugins"]}
rand = "0.3"
serde = "0.6"
caseless = "0.1.0"