mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 22:02:03 +00:00
Replace zlib with zlib-rs
This commit is contained in:
16
native/src/Cargo.lock
generated
16
native/src/Cargo.lock
generated
@@ -452,6 +452,15 @@ version = "0.2.170"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
|
||||
|
||||
[[package]]
|
||||
name = "libz-rs-sys"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "902bc563b5d65ad9bba616b490842ef0651066a1a1dc3ce1087113ffcb873c8d"
|
||||
dependencies = [
|
||||
"zlib-rs",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.26"
|
||||
@@ -489,6 +498,7 @@ dependencies = [
|
||||
"der",
|
||||
"digest",
|
||||
"fdt",
|
||||
"libz-rs-sys",
|
||||
"num-traits",
|
||||
"p256",
|
||||
"p384",
|
||||
@@ -1048,3 +1058,9 @@ dependencies = [
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "zlib-rs"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8b20717f0917c908dc63de2e44e97f1e6b126ca58d0e391cee86d504eb8fbd05"
|
||||
|
||||
Reference in New Issue
Block a user