Update cargo dependencies

This commit is contained in:
topjohnwu
2026-02-22 14:39:46 -08:00
parent bb082e703c
commit 74ead75ce8
2 changed files with 389 additions and 178 deletions

531
native/src/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,40 +15,40 @@ derive = { path = "base/derive" }
magiskpolicy = { path = "sepolicy" }
cxx = { path = "external/cxx-rs" }
cxx-gen = { path = "external/cxx-rs/gen/lib" }
libc = "0.2.178"
libc = "0.2.182"
cfg-if = "1.0.4"
num-traits = "0.2.19"
num-derive = "0.4.2"
thiserror = "2.0.17"
thiserror = "2.0.18"
byteorder = "1.5.0"
size = "0.5.0"
bytemuck = "1.24.0"
bytemuck = "1.25.0"
fdt = "0.1.5"
const_format = "0.2.35"
bit-set = "0.8.0"
syn = "2.0.111"
quote = "1.0.42"
proc-macro2 = "1.0.103"
syn = "2.0.117"
quote = "1.0.44"
proc-macro2 = "1.0.106"
pb-rs = { version = "0.10.0", default-features = false }
quick-protobuf = "0.8.1"
flate2 = { version = "1.1.5", default-features = false }
flate2 = { version = "1.1.9", default-features = false }
bzip2 = "0.6.1"
zopfli = "0.8.3"
lz4 = "1.28.1"
lzma-rust2 = { version = "0.15.4", default-features = false }
lzma-rust2 = { version = "0.16.2", default-features = false }
nix = "0.30.1"
bitflags = "2.10.0"
bitflags = "2.11.0"
# Rust crypto crates are tied together
sha1 = "0.11.0-rc.3"
sha2 = "0.11.0-rc.3"
digest = "0.11.0-rc.4"
p256 = "0.14.0-rc.1"
p384 = "0.14.0-rc.1"
p521 = "0.14.0-rc.1"
rsa = "0.10.0-rc.10"
x509-cert = "0.3.0-rc.2"
der = "0.8.0-rc.10"
sha1 = "0.11.0-rc.5"
sha2 = "0.11.0-rc.5"
digest = "0.11.0"
p256 = "0.14.0-rc.7"
p384 = "0.14.0-rc.7"
p521 = "0.14.0-rc.7"
rsa = "0.10.0-rc.15"
x509-cert = "0.3.0-rc.4"
der = "0.8.0"
[patch.crates-io]
pb-rs = { git = "https://github.com/topjohnwu/quick-protobuf.git" }