You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
Update Cargo.toml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user