Update Cargo.toml

This commit is contained in:
Wang Han
2025-05-17 14:36:44 +08:00
committed by GitHub
parent af8e984898
commit 8c12707e1e

View File

@@ -10,7 +10,7 @@ anyhow = "1"
clap = { version = "4", features = ["derive"] }
const_format = "0.2"
zip = { version = "3", default-features = false }
zip-extensions = { version = "0.8", features = [
zip-extensions = { version = "0.8.3", features = [
"deflate",
"deflate64",
"time",
@@ -21,7 +21,7 @@ java-properties = { git = "https://github.com/Kernel-SU/java-properties.git", br
log = "0.4"
env_logger = { version = "0.11", default-features = false }
serde_json = "1"
encoding_rs = "0.8.3"
encoding_rs = "0.8"
humansize = "2"
libc = "0.2"
extattr = "1"