From d46de6f3b3ac551ea8f2bdcca7cc0d423cca5c4e Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Mon, 28 Jul 2025 15:29:49 +0800 Subject: [PATCH] Bump mozjs Co-authored-by: atbrakhi Signed-off-by: Delan Azabani --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c52afe1eb88..6401e941783 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5202,7 +5202,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs?rev=ccc1423c5dedd86c34c74b7eda7d62be1b26b7ee#ccc1423c5dedd86c34c74b7eda7d62be1b26b7ee" +source = "git+https://github.com/servo/mozjs#9c017973a4bf9186df2335d8c96ed3554b84434e" dependencies = [ "bindgen 0.71.1", "cc", @@ -5214,7 +5214,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.128.13-1" -source = "git+https://github.com/servo/mozjs?rev=ccc1423c5dedd86c34c74b7eda7d62be1b26b7ee#ccc1423c5dedd86c34c74b7eda7d62be1b26b7ee" +source = "git+https://github.com/servo/mozjs#9c017973a4bf9186df2335d8c96ed3554b84434e" dependencies = [ "bindgen 0.71.1", "cc", diff --git a/Cargo.toml b/Cargo.toml index 4e89a037433..df460f11a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ imsz = "0.2" indexmap = { version = "2.10.0", features = ["std"] } ipc-channel = "0.20" itertools = "0.14" -js = { package = "mozjs", git = "https://github.com/servo/mozjs", rev = "ccc1423c5dedd86c34c74b7eda7d62be1b26b7ee" } # branch = for_debugger +js = { package = "mozjs", git = "https://github.com/servo" } keyboard-types = "0.7" kurbo = "0.11" libc = "0.2"