Update dependencies

This commit is contained in:
topjohnwu
2025-06-10 16:33:06 -07:00
parent 1d675c8b2e
commit 65d1c5827c
3 changed files with 61 additions and 61 deletions
+10 -10
View File
@@ -10,24 +10,24 @@ edition = "2024"
[workspace.dependencies]
cxx = { path = "external/cxx-rs" }
cxx-gen = { path = "external/cxx-rs/gen/lib" }
libc = "0.2.171"
cfg-if = "1.0.0"
libc = "0.2.172"
cfg-if = "1.0.1"
num-traits = "0.2.19"
num-derive = "0.4.2"
thiserror = "2.0.12"
byteorder = "1.5.0"
size = "0.5.0"
bytemuck = "1.23.0"
bytemuck = "1.23.1"
fdt = "0.1.5"
const_format = "0.2.34"
bit-set = "0.8.0"
syn = "2.0.101"
syn = "2.0.102"
quote = "1.0.40"
proc-macro2 = "1.0.95"
argh = { version = "0.1.13", default-features = false }
pb-rs = { version = "0.10.0", default-features = false }
quick-protobuf = "0.8.1"
flate2 = { version = "1.1.1", default-features = false }
flate2 = { version = "1.1.2", default-features = false }
bzip2 = { version = "0.5.2", default-features = false }
zopfli = "0.8.2"
lz4 = "1.28.1"
@@ -37,12 +37,12 @@ xz2 = "0.1.7"
sha1 = "0.11.0-rc.0"
sha2 = "0.11.0-rc.0"
digest = "0.11.0-rc.0"
p256 = "0.14.0-pre.4"
p384 = "0.14.0-pre.4"
p521 = "0.14.0-pre.4"
p256 = "0.14.0-pre.5"
p384 = "0.14.0-pre.5"
p521 = "0.14.0-pre.5"
rsa = "0.10.0-rc.0"
x509-cert = "0.3.0-pre.0"
der = "0.8.0-rc.3"
x509-cert = "0.3.0-rc.0"
der = "0.8.0-rc.4"
[patch.crates-io]
pb-rs = { git = "https://github.com/tafia/quick-protobuf.git" }