diff --git a/Cargo.lock b/Cargo.lock index 012732a1d30..194daee19d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4000,8 +4000,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.18" -source = "git+https://github.com/rust-lang/libz-sys.git?rev=f76b7a24ed0a71ef1b8bdac1895e8535cb2cb9c0#f76b7a24ed0a71ef1b8bdac1895e8535cb2cb9c0" +version = "1.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647" dependencies = [ "cc", "libc", @@ -4328,7 +4329,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs#c715ae4081e7cd25dfd1e21151289d12ea5e2e64" +source = "git+https://github.com/servo/mozjs#dae748dee6fb8c1db771364bd12101db1ed34614" dependencies = [ "bindgen", "cc", @@ -4340,8 +4341,8 @@ dependencies = [ [[package]] name = "mozjs_sys" -version = "0.128.0-6" -source = "git+https://github.com/servo/mozjs#c715ae4081e7cd25dfd1e21151289d12ea5e2e64" +version = "0.128.0-8" +source = "git+https://github.com/servo/mozjs#dae748dee6fb8c1db771364bd12101db1ed34614" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 47d1415788b..3f01103b1f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -194,7 +194,3 @@ strip = true # # [patch."https://github.com/servo/"] # = { path = "/path/to/local/checkout" } - -# patch libz-sys for https://github.com/rust-lang/libz-sys/pull/199 -# until released as 1.1.19 (also remove this in mozjs repo) -libz-sys = { git = "https://github.com/rust-lang/libz-sys.git", rev = "f76b7a24ed0a71ef1b8bdac1895e8535cb2cb9c0" }