ksud: update cargo dependencies

This commit is contained in:
Caner Karaca
2024-12-25 23:12:09 +00:00
committed by GitHub
parent f935077bb8
commit 739357ebdd
2 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@@ -552,12 +552,12 @@ dependencies = [
[[package]]
name = "errno"
version = "0.3.9"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -645,9 +645,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.15.0"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
[[package]]
name = "heck"
@@ -736,7 +736,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
dependencies = [
"equivalent",
"hashbrown 0.15.0",
"hashbrown 0.15.2",
]
[[package]]
@@ -1020,7 +1020,7 @@ dependencies = [
"flate2",
"hex",
"procfs-core",
"rustix 0.38.41",
"rustix 0.38.42",
]
[[package]]
@@ -1161,7 +1161,7 @@ version = "0.38.34"
source = "git+https://github.com/Kernel-SU/rustix.git?branch=main#4a53fbc7cb7a07cabe87125cc21dbc27db316259"
dependencies = [
"bitflags 2.6.0",
"errno 0.3.9",
"errno 0.3.10",
"itoa",
"libc",
"linux-raw-sys",
@@ -1171,15 +1171,15 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.38.41"
version = "0.38.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
dependencies = [
"bitflags 2.6.0",
"errno 0.3.9",
"errno 0.3.10",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -1302,7 +1302,7 @@ dependencies = [
"cfg-if 1.0.0",
"fastrand",
"once_cell",
"rustix 0.38.41",
"rustix 0.38.42",
"windows-sys 0.59.0",
]
@@ -1490,7 +1490,7 @@ checksum = "fb4a9e33648339dc1642b0e36e21b3385e6148e289226f657c809dee59df5028"
dependencies = [
"either",
"env_home",
"rustix 0.38.41",
"rustix 0.38.42",
"winsafe",
]

View File

@@ -6,10 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
anyhow = "1"
clap = { version = "4", features = ["derive"] }
const_format = "0.2"
zip = { version = "2.2", default-features = false }
zip = { version = "2", default-features = false }
zip-extensions = { version = "0.8", features = [
"deflate",
"deflate64",
@@ -20,26 +20,26 @@ zip-extensions = { version = "0.8", features = [
java-properties = { git = "https://github.com/Kernel-SU/java-properties.git", branch = "master", default-features = false }
log = "0.4"
env_logger = { version = "0.11", default-features = false }
serde = { version = "1.0" }
serde_json = "1.0"
serde = { version = "1" }
serde_json = "1"
encoding_rs = "0.8"
retry = "2.0"
humansize = "2.1"
retry = "2"
humansize = "2"
libc = "0.2"
extattr = "1.0"
extattr = "1"
jwalk = "0.8"
is_executable = "1.0"
nom = "7.1"
is_executable = "1"
nom = "7"
derive-new = "0.7"
rust-embed = { version = "8.5", features = [
rust-embed = { version = "8", features = [
"debug-embed",
"compression", # must clean build after updating binaries
] }
which = "7.0"
which = "7"
getopts = "0.2"
sha256 = "1"
sha1 = "0.10"
tempfile = "3.14"
tempfile = "3"
chrono = "0.4"
hole-punch = { git = "https://github.com/tiann/hole-punch" }
regex-lite = "0.1"
@@ -60,4 +60,4 @@ android_logger = { version = "0.14", default-features = false }
strip = true
opt-level = "z"
lto = true
codegen-units = 1
codegen-units = 1