script: Support converting JS values to Rc<Promise> with FromJSValConvertible. (#36097)

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-03-25 10:08:45 -04:00 committed by GitHub
parent f65b697a5a
commit f717f6b848
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 4 deletions

4
Cargo.lock generated
View file

@ -4702,7 +4702,7 @@ dependencies = [
[[package]]
name = "mozjs"
version = "0.14.1"
source = "git+https://github.com/servo/mozjs#26c35182c1b2b7fb2fbfa93b82669533d92c3a60"
source = "git+https://github.com/servo/mozjs#39db84352d79ffa3e4fe756c8034af9def788f22"
dependencies = [
"bindgen 0.71.1",
"cc",
@ -4714,7 +4714,7 @@ dependencies = [
[[package]]
name = "mozjs_sys"
version = "0.128.9-0"
source = "git+https://github.com/servo/mozjs#26c35182c1b2b7fb2fbfa93b82669533d92c3a60"
source = "git+https://github.com/servo/mozjs#39db84352d79ffa3e4fe756c8034af9def788f22"
dependencies = [
"bindgen 0.71.1",
"cc",