diff options
Diffstat (limited to 'components/malloc_size_of/Cargo.toml')
-rw-r--r-- | components/malloc_size_of/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/malloc_size_of/Cargo.toml b/components/malloc_size_of/Cargo.toml index 7db5fbc8f89..92376a6cd61 100644 --- a/components/malloc_size_of/Cargo.toml +++ b/components/malloc_size_of/Cargo.toml @@ -29,7 +29,7 @@ euclid = "0.17" hashglobe = { path = "../hashglobe" } hyper = { version = "0.10", optional = true } hyper_serde = { version = "0.8", optional = true } -mozjs = { version = "0.6", features = ["promises"], optional = true } +mozjs = { version = "0.7.1", features = ["promises"], optional = true } selectors = { path = "../selectors" } serde = { version = "1.0.27", optional = true } serde_bytes = { version = "0.10", optional = true } |