mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Update mozjs to fix enforcerange for 64bit numbers (#32905)
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
b4e1ec4412
commit
0ff4398380
1 changed files with 2 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue