From 5a692f5eba9879fa30a08e3d28b11b25aa0b4eed Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sun, 26 Feb 2023 21:58:46 -0500 Subject: [PATCH] Update mozjs. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33936c400d3..11877b5d3a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3810,7 +3810,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs#f87705d61015bf1646b33f33664da51f31b23b74" +source = "git+https://github.com/servo/mozjs#d2a3526611cc123139d01f9ac4ff915f805f9e74" dependencies = [ "cc", "lazy_static", @@ -3823,7 +3823,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.68.2" -source = "git+https://github.com/servo/mozjs#f87705d61015bf1646b33f33664da51f31b23b74" +source = "git+https://github.com/servo/mozjs#d2a3526611cc123139d01f9ac4ff915f805f9e74" dependencies = [ "bindgen", "cc",