From 0ff4398380c58d2402765c0ca017c0d12b25cd5c Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:00:41 +0200 Subject: [PATCH] Update mozjs to fix enforcerange for 64bit numbers (#32905) Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f35ebfcc11..7354d063263 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4337,7 +4337,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs#3720f6d208b45fb968961a8d5c97f64010ae3d81" +source = "git+https://github.com/servo/mozjs#dbffebd0937c14d3c73ce9be4798da15cb2f369d" dependencies = [ "bindgen", "cc", @@ -4345,13 +4345,12 @@ dependencies = [ "libc", "log", "mozjs_sys", - "num-traits", ] [[package]] name = "mozjs_sys" version = "0.128.0-4" -source = "git+https://github.com/servo/mozjs#3720f6d208b45fb968961a8d5c97f64010ae3d81" +source = "git+https://github.com/servo/mozjs#dbffebd0937c14d3c73ce9be4798da15cb2f369d" dependencies = [ "bindgen", "cc",