From c60037d4798965b8fad6e53a6f22d0ef5978e8ea Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Tue, 5 Aug 2025 20:14:00 +0800 Subject: [PATCH] Use merge queue commit hash Signed-off-by: Delan Azabani --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e72a4abd4a..6cd3408bf20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5240,7 +5240,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs#b6d7bce2bc165fb555ce3f254404aecc89627388" +source = "git+https://github.com/servo/mozjs#eb4268a973f2334a18f97be0c6def8b1a7143431" dependencies = [ "bindgen 0.71.1", "cc", @@ -5252,7 +5252,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.128.13-3" -source = "git+https://github.com/servo/mozjs#b6d7bce2bc165fb555ce3f254404aecc89627388" +source = "git+https://github.com/servo/mozjs#eb4268a973f2334a18f97be0c6def8b1a7143431" dependencies = [ "bindgen 0.71.1", "cc",