Update mozjs_sys to 128.3-5 (#34343)

Companion PR to https://github.com/servo/mozjs/pull/524
This should reduce rebuilds when not using the prebuilt
artifact (e.g. when `debug-mozjs` is true)

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2024-11-22 18:00:11 +01:00 committed by GitHub
parent a3c2471344
commit f040c5db78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Cargo.lock generated
View file

@ -4514,7 +4514,7 @@ dependencies = [
[[package]]
name = "mozjs"
version = "0.14.1"
source = "git+https://github.com/servo/mozjs#8526195dce129d2ccd83e7e1e5d03a954c11fafe"
source = "git+https://github.com/servo/mozjs#18ab014e77eee726545ed544ea83d555bdfa46a3"
dependencies = [
"bindgen",
"cc",
@ -4526,8 +4526,8 @@ dependencies = [
[[package]]
name = "mozjs_sys"
version = "0.128.3-4"
source = "git+https://github.com/servo/mozjs#8526195dce129d2ccd83e7e1e5d03a954c11fafe"
version = "0.128.3-5"
source = "git+https://github.com/servo/mozjs#18ab014e77eee726545ed544ea83d555bdfa46a3"
dependencies = [
"bindgen",
"cc",