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>
This commit is contained in:
Samson 2024-12-21 14:14:21 +01:00 committed by GitHub
parent 3f86e3d76c
commit 044f399249
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Cargo.lock generated
View file

@ -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",