From 30c4831c1150b0b9b6ef2fad520281ca698520be Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:42:39 +0200 Subject: [PATCH] build(deps): bump mozjs from 8603cb to df2365fa (#32501) Notably allows `mozjs` to respect the `TARGET_AR` environment variable. Signed-off-by: Jonathan Schwender --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcde8cd7edb..a2ddccd1991 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3533,7 +3533,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.5", ] [[package]] @@ -3949,7 +3949,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs#8603cbf35781ea8f2d57e4822a2b874f56a53914" +source = "git+https://github.com/servo/mozjs#df2365facf1b8cf3cd142ed384cef42bb474f6a1" dependencies = [ "bindgen", "cc", @@ -3963,7 +3963,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.115.9-0" -source = "git+https://github.com/servo/mozjs#8603cbf35781ea8f2d57e4822a2b874f56a53914" +source = "git+https://github.com/servo/mozjs#df2365facf1b8cf3cd142ed384cef42bb474f6a1" dependencies = [ "bindgen", "cc",