aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorIgor Matuszewski <Xanewok@gmail.com>2018-03-23 14:21:29 +0100
committerIgor Matuszewski <Xanewok@gmail.com>2018-03-23 17:31:29 +0100
commit8aa2ebef0c167db298b58af1bbbe0e07f40d2e2b (patch)
treee6e028bda75facbfcfaac00411e38c16175b14a4 /components
parent91398cf559ddeec8974e04b0a92e464669436177 (diff)
downloadservo-8aa2ebef0c167db298b58af1bbbe0e07f40d2e2b.tar.gz
servo-8aa2ebef0c167db298b58af1bbbe0e07f40d2e2b.zip
Use mozjs 0.4
Diffstat (limited to 'components')
-rw-r--r--components/malloc_size_of/Cargo.toml2
-rw-r--r--components/script/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/malloc_size_of/Cargo.toml b/components/malloc_size_of/Cargo.toml
index b9cb45d4126..6f05c34f27c 100644
--- a/components/malloc_size_of/Cargo.toml
+++ b/components/malloc_size_of/Cargo.toml
@@ -16,7 +16,7 @@ app_units = "0.6"
cssparser = "0.23.0"
euclid = "0.17"
hashglobe = { path = "../hashglobe" }
-mozjs = { version = "0.3", features = ["promises"], optional = true }
+mozjs = { version = "0.4", features = ["promises"], optional = true }
selectors = { path = "../selectors" }
servo_arc = { path = "../servo_arc" }
smallbitvec = "1.0.3"
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 4730eeeb18a..c9edde464ee 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -62,7 +62,7 @@ metrics = {path = "../metrics"}
mitochondria = "1.1.2"
mime = "0.2.1"
mime_guess = "1.8.0"
-mozjs = { version = "0.3", features = ["promises"]}
+mozjs = { version = "0.4", features = ["promises"]}
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
num-traits = "0.1.32"