Update mozjs and use release libz-sys (#33048)

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-08-15 02:32:30 +02:00 committed by GitHub
parent 825d6f10e9
commit a6638c1952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 9 deletions

11
Cargo.lock generated
View file

@ -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",

View file

@ -194,7 +194,3 @@ strip = true
#
# [patch."https://github.com/servo/<repository>"]
# <crate> = { 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" }