From 9f7afe595a11d32859b45bf3bf2fd36ee5ae46e7 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:25:33 +0100 Subject: [PATCH] Update mozjs (#30836) --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aaa099f794e..806fad539b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3703,7 +3703,7 @@ checksum = "903970ae2f248d7275214cf8f387f8ba0c4ea7e3d87a320e85493db60ce28616" [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs#f452fb2e642e158893a094b62956b5f40e015c3e" +source = "git+https://github.com/servo/mozjs#01d777e14e17b4a7994f5f8b7ca262e56bb6faf8" dependencies = [ "bindgen 0.68.1", "cc", @@ -3717,7 +3717,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.68.2" -source = "git+https://github.com/servo/mozjs#f452fb2e642e158893a094b62956b5f40e015c3e" +source = "git+https://github.com/servo/mozjs#01d777e14e17b4a7994f5f8b7ca262e56bb6faf8" dependencies = [ "bindgen 0.68.1", "cc",