You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
Bumps the crates group with 38 updates in the /userspace/ksud directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` | | [clap](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.45` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.143` | | [libc](https://github.com/rust-lang/libc) | `0.2.172` | `0.2.175` | | [which](https://github.com/harryfei/which-rs) | `7.0.3` | `8.0.0` | | [getopts](https://github.com/rust-lang/getopts) | `0.2.21` | `0.2.23` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.20.0` | `3.21.0` | | [android_logger](https://github.com/rust-mobile/android_logger-rs) | `0.15.0` | `0.15.1` | | [adler2](https://github.com/oyvindln/adler2) | `2.0.0` | `2.0.1` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.18` | `0.6.20` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.10` | `1.0.11` | | [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.6` | `0.2.7` | | [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.2` | `1.1.4` | | [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.7` | `3.0.10` | | [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.4.1` | `1.4.2` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` | | [autocfg](https://github.com/cuviper/autocfg) | `1.4.0` | `1.5.0` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.17.0` | `3.19.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.22` | `1.2.33` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.4` | `0.7.5` | | [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.3` | `1.0.4` | | [crc32fast](https://github.com/srijs/rust-crc32fast) | `1.4.2` | `1.5.0` | | [derive_arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.4.1` | `1.4.2` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.1` | `1.1.2` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.9.0` | `2.10.0` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.4` | `2.7.5` | | [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.8.8` | `0.8.9` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.101` | | [r-efi](https://github.com/r-efi/r-efi) | `5.2.0` | `5.3.0` | | [rayon](https://github.com/rayon-rs/rayon) | `1.10.0` | `1.11.0` | | [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.24` | `0.1.26` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.20` | `1.0.22` | | [syn](https://github.com/dtolnay/syn) | `2.0.101` | `2.0.106` | | [tokio](https://github.com/tokio-rs/tokio) | `1.45.0` | `1.47.1` | | [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.9` | `0.1.10` | | [windows-core](https://github.com/microsoft/windows-rs) | `0.61.0` | `0.61.2` | | [windows-link](https://github.com/microsoft/windows-rs) | `0.1.1` | `0.1.3` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.25` | `0.8.26` | Updates `anyhow` from 1.0.98 to 1.0.99 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.98...1.0.99) Updates `clap` from 4.5.38 to 4.5.45 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.38...clap_complete-v4.5.45) Updates `serde_json` from 1.0.140 to 1.0.143 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.140...v1.0.143) Updates `libc` from 0.2.172 to 0.2.175 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.175/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.172...0.2.175) Updates `which` from 7.0.3 to 8.0.0 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/7.0.3...8.0.0) Updates `getopts` from 0.2.21 to 0.2.23 - [Release notes](https://github.com/rust-lang/getopts/releases) - [Changelog](https://github.com/rust-lang/getopts/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/getopts/compare/v0.2.21...v0.2.23) Updates `tempfile` from 3.20.0 to 3.21.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) Updates `android_logger` from 0.15.0 to 0.15.1 - [Release notes](https://github.com/rust-mobile/android_logger-rs/releases) - [Changelog](https://github.com/rust-mobile/android_logger-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-mobile/android_logger-rs/commits) Updates `adler2` from 2.0.0 to 2.0.1 - [Changelog](https://github.com/oyvindln/adler2/blob/main/CHANGELOG.md) - [Commits](https://github.com/oyvindln/adler2/commits) Updates `anstream` from 0.6.18 to 0.6.20 - [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.18...anstream-v0.6.20) Updates `anstyle` from 1.0.10 to 1.0.11 - [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.10...v1.0.11) Updates `anstyle-parse` from 0.2.6 to 0.2.7 - [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.6...anstyle-parse-v0.2.7) Updates `anstyle-query` from 1.1.2 to 1.1.4 - [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.2...anstyle-query-v1.1.4) Updates `anstyle-wincon` from 3.0.7 to 3.0.10 - [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.7...anstyle-wincon-v3.0.10) Updates `arbitrary` from 1.4.1 to 1.4.2 - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-fuzz/arbitrary/compare/v1.4.1...v1.4.2) Updates `async-trait` from 0.1.88 to 0.1.89 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.88...0.1.89) Updates `autocfg` from 1.4.0 to 1.5.0 - [Commits](https://github.com/cuviper/autocfg/compare/1.4.0...1.5.0) Updates `bumpalo` from 3.17.0 to 3.19.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/commits) Updates `cc` from 1.2.22 to 1.2.33 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.22...cc-v1.2.33) Updates `clap_builder` from 4.5.38 to 4.5.44 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.5.38...v4.5.44) Updates `clap_derive` from 4.5.32 to 4.5.45 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.5.32...v4.5.45) Updates `clap_lex` from 0.7.4 to 0.7.5 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_lex-v0.7.4...clap_lex-v0.7.5) Updates `colorchoice` from 1.0.3 to 1.0.4 - [Commits](https://github.com/rust-cli/anstyle/compare/colorchoice-v1.0.3...colorchoice-v1.0.4) Updates `crc32fast` from 1.4.2 to 1.5.0 - [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.4.2...v1.5.0) Updates `derive_arbitrary` from 1.4.1 to 1.4.2 - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-fuzz/arbitrary/compare/v1.4.1...v1.4.2) Updates `flate2` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.1...1.1.2) Updates `indexmap` from 2.9.0 to 2.10.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.9.0...2.10.0) Updates `memchr` from 2.7.4 to 2.7.5 - [Commits](https://github.com/BurntSushi/memchr/compare/2.7.4...2.7.5) Updates `miniz_oxide` from 0.8.8 to 0.8.9 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/Frommi/miniz_oxide/commits) Updates `proc-macro2` from 1.0.95 to 1.0.101 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.95...1.0.101) Updates `r-efi` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/r-efi/r-efi/releases) - [Changelog](https://github.com/r-efi/r-efi/blob/main/NEWS.md) - [Commits](https://github.com/r-efi/r-efi/compare/v5.2.0...v5.3.0) Updates `rayon` from 1.10.0 to 1.11.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.10.0...rayon-core-v1.11.0) Updates `rayon-core` from 1.12.1 to 1.13.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.12.1...rayon-core-v1.13.0) Updates `rustc-demangle` from 0.1.24 to 0.1.26 - [Release notes](https://github.com/rust-lang/rustc-demangle/releases) - [Changelog](https://github.com/rust-lang/rustc-demangle/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustc-demangle/compare/0.1.24...rustc-demangle-v0.1.26) Updates `rustversion` from 1.0.20 to 1.0.22 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](https://github.com/dtolnay/rustversion/compare/1.0.20...1.0.22) Updates `syn` from 2.0.101 to 2.0.106 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.101...2.0.106) Updates `tokio` from 1.45.0 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.45.0...tokio-1.47.1) Updates `unicode-width` from 0.1.14 to 0.2.1 - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.14...v0.2.1) Updates `wasi` from 0.14.2+wasi-0.2.4 to 0.11.1+wasi-snapshot-preview1 - [Commits](https://github.com/bytecodealliance/wasi/compare/0.14.2...0.11.1) Updates `winapi-util` from 0.1.9 to 0.1.10 - [Commits](https://github.com/BurntSushi/winapi-util/compare/0.1.9...0.1.10) Updates `windows-core` from 0.61.0 to 0.61.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-link` from 0.1.1 to 0.1.3 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-result` from 0.3.2 to 0.3.4 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-strings` from 0.4.0 to 0.4.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `zerocopy` from 0.8.25 to 0.8.26 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.8.25...v0.8.26) Updates `zerocopy-derive` from 0.8.25 to 0.8.26 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.8.25...v0.8.26) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap dependency-version: 4.5.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_json dependency-version: 1.0.143 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: libc dependency-version: 0.2.175 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates - dependency-name: getopts dependency-version: 0.2.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: tempfile dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: android_logger dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: adler2 dependency-version: 2.0.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: anstream dependency-version: 0.6.20 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: anstyle dependency-version: 1.0.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: anstyle-parse dependency-version: 0.2.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: anstyle-query dependency-version: 1.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: anstyle-wincon dependency-version: 3.0.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: arbitrary dependency-version: 1.4.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: autocfg dependency-version: 1.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: bumpalo dependency-version: 3.19.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: cc dependency-version: 1.2.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_builder dependency-version: 4.5.44 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_derive dependency-version: 4.5.45 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_lex dependency-version: 0.7.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: colorchoice dependency-version: 1.0.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: crc32fast dependency-version: 1.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: derive_arbitrary dependency-version: 1.4.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: flate2 dependency-version: 1.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: indexmap dependency-version: 2.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: memchr dependency-version: 2.7.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: miniz_oxide dependency-version: 0.8.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: proc-macro2 dependency-version: 1.0.101 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: r-efi dependency-version: 5.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: rayon dependency-version: 1.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: rayon-core dependency-version: 1.13.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: rustc-demangle dependency-version: 0.1.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: rustversion dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: syn dependency-version: 2.0.106 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: tokio dependency-version: 1.47.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: unicode-width dependency-version: 0.2.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: wasi dependency-version: 0.11.1+wasi-snapshot-preview1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: winapi-util dependency-version: 0.1.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: windows-core dependency-version: 0.61.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: windows-link dependency-version: 0.1.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: windows-result dependency-version: 0.3.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: windows-strings dependency-version: 0.4.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: zerocopy dependency-version: 0.8.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: zerocopy-derive dependency-version: 0.8.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates ... Signed-off-by: dependabot[bot] <support@github.com>
67 lines
1.7 KiB
TOML
67 lines
1.7 KiB
TOML
[package]
|
|
name = "ksud"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
clap = { version = "4", features = ["derive"] }
|
|
const_format = "0.2"
|
|
zip = { version = "3", features = [
|
|
"deflate",
|
|
"deflate64",
|
|
"time",
|
|
"lzma",
|
|
"xz",
|
|
], default-features = false }
|
|
zip-extensions = { version = "0.8", features = [
|
|
"deflate",
|
|
"lzma",
|
|
"xz",
|
|
], default-features = false }
|
|
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_json = "1"
|
|
encoding_rs = "0.8"
|
|
humansize = "2"
|
|
libc = "0.2"
|
|
extattr = "1"
|
|
jwalk = "0.8"
|
|
is_executable = "1"
|
|
nom = "8"
|
|
derive-new = "0.7"
|
|
rust-embed = { version = "8", features = [
|
|
"debug-embed",
|
|
"compression", # must clean build after updating binaries
|
|
] }
|
|
which = "8"
|
|
getopts = "0.2"
|
|
sha256 = "1"
|
|
sha1 = "0.10"
|
|
tempfile = "3"
|
|
chrono = "0.4"
|
|
hole-punch = { git = "https://github.com/tiann/hole-punch" }
|
|
regex-lite = "0.1"
|
|
fs4 = "0.13"
|
|
|
|
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
|
|
rustix = { git = "https://github.com/Kernel-SU/rustix.git", branch = "main", features = [
|
|
"all-apis",
|
|
] }
|
|
# some android specific dependencies which compiles under unix are also listed here for convenience of coding
|
|
android-properties = { version = "0.2", features = ["bionic-deprecated"] }
|
|
procfs = "0.17"
|
|
loopdev = { git = "https://github.com/Kernel-SU/loopdev" }
|
|
|
|
[target.'cfg(target_os = "android")'.dependencies]
|
|
android_logger = { version = "0.15", default-features = false }
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|