From e73416b54ed0042473b475fb6cc7aa6cb17c48b5 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:56:16 +0200 Subject: [PATCH] Bump mozjs to 128.0-10 (#33536) Changes: - Add prebuilt artifacts for OpenHarmony and test github attestions (https://github.com/servo/mozjs/pull/501) Signed-off-by: Jonathan Schwender --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27317190256..86343c23dcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4384,7 +4384,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs#d90edd169aae1e16c1ef8b7bd4b2e0d93dda8ba2" +source = "git+https://github.com/servo/mozjs#2aa7659e6f481d4f11d9a4e67fbef9d5eeeb3f37" dependencies = [ "bindgen", "cc", @@ -4396,8 +4396,8 @@ dependencies = [ [[package]] name = "mozjs_sys" -version = "0.128.0-9" -source = "git+https://github.com/servo/mozjs#d90edd169aae1e16c1ef8b7bd4b2e0d93dda8ba2" +version = "0.128.0-10" +source = "git+https://github.com/servo/mozjs#2aa7659e6f481d4f11d9a4e67fbef9d5eeeb3f37" dependencies = [ "bindgen", "cc",