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 <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2025-07-09 19:42:54 +08:00 committed by GitHub
parent 2c52efb113
commit cae73341b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Cargo.lock generated
View file

@ -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",