From 0d40547becbb937f83b7e6f6e22d6c1c795676af Mon Sep 17 00:00:00 2001 From: Narfinger Date: Mon, 11 Aug 2025 15:58:23 +0200 Subject: [PATCH] Update mozjs dependency. (#38596) Dependency update for mozjs which includes the faster latin1 decoding. Testing: Dependency updates have no tests. Signed-off-by: Narfinger --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4f58669bcc..3553f4ac595 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",