Update mozjs dependency. (#38596)

Dependency update for mozjs which includes the faster latin1 decoding.

Testing: Dependency updates have no tests.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
Narfinger 2025-08-11 15:58:23 +02:00 committed by GitHub
parent 3976fa77bc
commit 0d40547bec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
Cargo.lock generated
View file

@ -5243,10 +5243,11 @@ dependencies = [
[[package]]
name = "mozjs"
version = "0.14.1"
source = "git+https://github.com/servo/mozjs#1410a4bafe4674ea17b1c4f0053a3e589ebce989"
source = "git+https://github.com/servo/mozjs#0bebd6872b1a061b69bcfcf73162abf0af27eebc"
dependencies = [
"bindgen 0.71.1",
"cc",
"encoding_rs",
"libc",
"log",
"mozjs_sys",
@ -5255,7 +5256,7 @@ dependencies = [
[[package]]
name = "mozjs_sys"
version = "0.137.0-1"
source = "git+https://github.com/servo/mozjs#1410a4bafe4674ea17b1c4f0053a3e589ebce989"
source = "git+https://github.com/servo/mozjs#0bebd6872b1a061b69bcfcf73162abf0af27eebc"
dependencies = [
"bindgen 0.71.1",
"cc",