Replace zlib with zlib-rs

This commit is contained in:
LoveSy
2025-03-08 00:48:06 +08:00
committed by John Wu
parent 675471a49e
commit bd0e954fea
9 changed files with 21 additions and 34 deletions

16
native/src/Cargo.lock generated
View File

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