Ensure ConsumeBodyPromiseHandler values are always rooted (#34194)

* script: Root the use of ComsumeBodyPromiseHandler.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Update mozjs and run crown on mozjs_sys.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2024-12-26 00:01:11 -05:00 committed by GitHub
parent 5f927a2c28
commit 20d67bdc44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 8 deletions

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#ce24cb7ef19f0d649ecaa90b6e006c7c213ef991"
source = "git+https://github.com/servo/mozjs#1765a7c7eaf1e4a02fdfff6866c8f427c659dc91"
dependencies = [
"bindgen",
"cc",
@ -4459,8 +4459,8 @@ dependencies = [
[[package]]
name = "mozjs_sys"
version = "0.128.6-0"
source = "git+https://github.com/servo/mozjs#ce24cb7ef19f0d649ecaa90b6e006c7c213ef991"
version = "0.128.6-1"
source = "git+https://github.com/servo/mozjs#1765a7c7eaf1e4a02fdfff6866c8f427c659dc91"
dependencies = [
"bindgen",
"cc",