aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_traits/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/style_traits/Cargo.toml')
-rw-r--r--components/style_traits/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style_traits/Cargo.toml b/components/style_traits/Cargo.toml
index d668bc8984f..62a6a44337c 100644
--- a/components/style_traits/Cargo.toml
+++ b/components/style_traits/Cargo.toml
@@ -18,7 +18,7 @@ gecko = []
app_units = "0.4.1"
bitflags = "0.7"
cssparser = "0.14.0"
-euclid = "0.13"
+euclid = "0.14.4"
heapsize = {version = "0.4", optional = true}
heapsize_derive = {version = "0.1", optional = true}
selectors = { path = "../selectors" }