From 044f3992492df9ef3764406d5231d1189364953c Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:14:21 +0100 Subject: [PATCH] chore: Update mozjs to version without streams (#34729) * Update to mozjs without streams https://github.com/servo/mozjs/pull/540 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * switch to servo/mozjs Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f01e13b161..b423eba657c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4447,7 +4447,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs#bb560b6276cc587b4706b3162160cf945210335a" +source = "git+https://github.com/servo/mozjs#29d28f615e5ec6b082317fed939818368e32d7cf" dependencies = [ "bindgen", "cc", @@ -4459,8 +4459,8 @@ dependencies = [ [[package]] name = "mozjs_sys" -version = "0.128.3-8" -source = "git+https://github.com/servo/mozjs#bb560b6276cc587b4706b3162160cf945210335a" +version = "0.128.3-9" +source = "git+https://github.com/servo/mozjs#29d28f615e5ec6b082317fed939818368e32d7cf" dependencies = [ "bindgen", "cc",