Update mozjs to get new mach version

The mozjs repository now has a version of mach that works more
consistently with newer versions of Python.

Fixes #29142.
This commit is contained in:
Martin Robinson 2023-06-04 19:40:05 +02:00
parent 9950c28ee2
commit 019b88770a
2 changed files with 2 additions and 11 deletions

4
Cargo.lock generated
View file

@ -3752,7 +3752,7 @@ dependencies = [
[[package]]
name = "mozjs"
version = "0.14.1"
source = "git+https://github.com/servo/mozjs#b9edc816b6662a5986e190cdf53ae295049acb92"
source = "git+https://github.com/servo/mozjs#98b678283d1b0c6d263302ca2aff770aece0cb8e"
dependencies = [
"cc",
"lazy_static",
@ -3765,7 +3765,7 @@ dependencies = [
[[package]]
name = "mozjs_sys"
version = "0.68.2"
source = "git+https://github.com/servo/mozjs#b9edc816b6662a5986e190cdf53ae295049acb92"
source = "git+https://github.com/servo/mozjs#98b678283d1b0c6d263302ca2aff770aece0cb8e"
dependencies = [
"bindgen",
"cc",