From 4c6002b48a5498ab77ef6d0f6a53701c0080db8e Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 7 Nov 2022 09:30:12 -0500 Subject: [PATCH] Update mozjs. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c73162a9205..57afefd2869 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3926,7 +3926,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/rust-mozjs#6dad062b9386e75165d258078a772d7ad53e9837" +source = "git+https://github.com/servo/rust-mozjs#a10ab915532bb3e334e564364ed3630561bccacb" dependencies = [ "cc", "lazy_static", @@ -3939,7 +3939,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.68.2" -source = "git+https://github.com/servo/mozjs?rev=4cd3f5b81f4c363c039631bf870e61a00c983f63#4cd3f5b81f4c363c039631bf870e61a00c983f63" +source = "git+https://github.com/servo/mozjs?rev=72ce2c95d24b225e3c87364608822b498b2312fb#72ce2c95d24b225e3c87364608822b498b2312fb" dependencies = [ "bindgen", "cc",