Update mozjs to fix enforcerange for 64bit numbers (#32905)

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-08-01 10:00:41 +02:00 committed by GitHub
parent b4e1ec4412
commit 0ff4398380
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
Cargo.lock generated
View file

@ -4337,7 +4337,7 @@ dependencies = [
[[package]] [[package]]
name = "mozjs" name = "mozjs"
version = "0.14.1" version = "0.14.1"
source = "git+https://github.com/servo/mozjs#3720f6d208b45fb968961a8d5c97f64010ae3d81" source = "git+https://github.com/servo/mozjs#dbffebd0937c14d3c73ce9be4798da15cb2f369d"
dependencies = [ dependencies = [
"bindgen", "bindgen",
"cc", "cc",
@ -4345,13 +4345,12 @@ dependencies = [
"libc", "libc",
"log", "log",
"mozjs_sys", "mozjs_sys",
"num-traits",
] ]
[[package]] [[package]]
name = "mozjs_sys" name = "mozjs_sys"
version = "0.128.0-4" version = "0.128.0-4"
source = "git+https://github.com/servo/mozjs#3720f6d208b45fb968961a8d5c97f64010ae3d81" source = "git+https://github.com/servo/mozjs#dbffebd0937c14d3c73ce9be4798da15cb2f369d"
dependencies = [ dependencies = [
"bindgen", "bindgen",
"cc", "cc",