Auto merge of #28652 - jdm:mozjsup, r=jdm

Update mozjs.

Incorporates fixes for python 3.10.
This commit is contained in:
bors-servo 2021-12-27 16:18:06 -05:00 committed by GitHub
commit 2353902ebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -3814,7 +3814,7 @@ dependencies = [
[[package]]
name = "mozjs"
version = "0.14.1"
source = "git+https://github.com/servo/rust-mozjs#688ed9456a37b1c32295f3761bb224eb22b88f09"
source = "git+https://github.com/servo/rust-mozjs#6dad062b9386e75165d258078a772d7ad53e9837"
dependencies = [
"cc",
"lazy_static",
@ -3827,7 +3827,7 @@ dependencies = [
[[package]]
name = "mozjs_sys"
version = "0.68.2"
source = "git+https://github.com/servo/mozjs?rev=64e32bb03f016a7cbd3b33839e61cd2d2ca34c6d#64e32bb03f016a7cbd3b33839e61cd2d2ca34c6d"
source = "git+https://github.com/servo/mozjs?rev=4cd3f5b81f4c363c039631bf870e61a00c983f63#4cd3f5b81f4c363c039631bf870e61a00c983f63"
dependencies = [
"bindgen",
"cc",