From 27a3819ae7fd313b1551eb3d2a98342843f05c05 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 1 Nov 2022 00:51:46 -0400 Subject: [PATCH] Update mozjs. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b660579d..256e489ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,4 +60,4 @@ lazy_static = "1" libc = "0.2" log = "0.4" num-traits = "0.2" -mozjs_sys = { git = "https://github.com/servo/mozjs", rev="4cd3f5b81f4c363c039631bf870e61a00c983f63" } +mozjs_sys = { git = "https://github.com/servo/mozjs", rev="062d3dc473b66e2c4053b690ce1df45083351519" }