From cae73341b231a39c6b177cd95bd0bf72a1d2397a Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Wed, 9 Jul 2025 19:42:54 +0800 Subject: [PATCH] Update mozjs to 128.13 (#37933) Bump to the latest Spidermonkey 128 ESR version. Companion PR to https://github.com/servo/mozjs/pull/590 Testing: Covered by existing tests Signed-off-by: Jonathan Schwender --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f81940092aa..df29d426051 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5224,7 +5224,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs#728acdf3d4ce0604e9f75dd1d539dc6f291ccec7" +source = "git+https://github.com/servo/mozjs#128e1e230a0155ed9395c718184f34bddc045860" dependencies = [ "bindgen 0.71.1", "cc", @@ -5235,8 +5235,8 @@ dependencies = [ [[package]] name = "mozjs_sys" -version = "0.128.9-2" -source = "git+https://github.com/servo/mozjs#728acdf3d4ce0604e9f75dd1d539dc6f291ccec7" +version = "0.128.13-0" +source = "git+https://github.com/servo/mozjs#128e1e230a0155ed9395c718184f34bddc045860" dependencies = [ "bindgen 0.71.1", "cc",