diff options
-rw-r--r-- | Cargo.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index bb75e1713ff..ca029f3bbbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2923,21 +2923,21 @@ dependencies = [ [[package]] name = "mozjs" -version = "0.12.0" -source = "git+https://github.com/servo/rust-mozjs#58967b5b66f6a40dc9cc1816927077cc4291b8b8" +version = "0.12.1" +source = "git+https://github.com/servo/rust-mozjs#8e99da18185a92a5c10bc7e4bd5249bb9f9c3d84" dependencies = [ "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "mozjs_sys 0.67.1 (git+https://github.com/servo/mozjs?rev=3cfd5e764ea458f759192722a183ff0f235691dc)", + "mozjs_sys 0.67.1 (git+https://github.com/servo/mozjs?rev=8e3ac9b0228f9cd92ac2ce718cf1436860f18a8f)", "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "mozjs_sys" version = "0.67.1" -source = "git+https://github.com/servo/mozjs?rev=3cfd5e764ea458f759192722a183ff0f235691dc#3cfd5e764ea458f759192722a183ff0f235691dc" +source = "git+https://github.com/servo/mozjs?rev=8e3ac9b0228f9cd92ac2ce718cf1436860f18a8f#8e3ac9b0228f9cd92ac2ce718cf1436860f18a8f" dependencies = [ "bindgen 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3909,7 +3909,7 @@ dependencies = [ "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "mitochondria 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "mozangle 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "mozjs 0.12.0 (git+https://github.com/servo/rust-mozjs)", + "mozjs 0.12.1 (git+https://github.com/servo/rust-mozjs)", "msg 0.0.1", "net_traits 0.0.1", "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6094,8 +6094,8 @@ dependencies = [ "checksum mitochondria 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9de3eca27871df31c33b807f834b94ef7d000956f57aa25c5aed9c5f0aae8f6f" "checksum moite_moite 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb5a94c61e12e2cfc16ee3e2b6eca8f126a43c888586626337544a7e824a1af" "checksum mozangle 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "75a61b5a06b6f362eb45590ddf2643c255768a7039bcde1dc70320b97e7f9651" -"checksum mozjs 0.12.0 (git+https://github.com/servo/rust-mozjs)" = "<none>" -"checksum mozjs_sys 0.67.1 (git+https://github.com/servo/mozjs?rev=3cfd5e764ea458f759192722a183ff0f235691dc)" = "<none>" +"checksum mozjs 0.12.1 (git+https://github.com/servo/rust-mozjs)" = "<none>" +"checksum mozjs_sys 0.67.1 (git+https://github.com/servo/mozjs?rev=8e3ac9b0228f9cd92ac2ce718cf1436860f18a8f)" = "<none>" "checksum msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729" "checksum muldiv 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "451a9a05d2a32c566c897835e0ea95cf79ed2fdfe957924045a1721a36c9980f" "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |