Bump mozjs

Co-authored-by: atbrakhi <atbrakhi@igalia.com>
Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
Delan Azabani 2025-07-28 15:29:49 +08:00
parent c6f599b2bd
commit d46de6f3b3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"