mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-15 21:00:03 +02:00
Update packages.
This commit is contained in:
+7
-7
@@ -5,16 +5,16 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
lz4 = "1.23.1"
|
||||
lz4 = "1.28.1"
|
||||
lzma-rs = "0.3"
|
||||
aes = "0.8.4"
|
||||
cbc = "0.1.2"
|
||||
md5 = "0.7"
|
||||
sha1 = "0.10"
|
||||
flate2 = "1.0"
|
||||
rsa = { version = "0.9", features = ["hazmat"] }
|
||||
hex = "0.4"
|
||||
ecb = "0.1"
|
||||
md5 = "0.8"
|
||||
sha1 = "0.10.6"
|
||||
flate2 = "1.1.5"
|
||||
rsa = { version = "0.9.9", features = ["hazmat"] }
|
||||
hex = "0.4.3"
|
||||
ecb = "0.1.2"
|
||||
tar = "0.4.44"
|
||||
binrw = "0.15"
|
||||
simd-adler32 = "*"
|
||||
|
||||
Reference in New Issue
Block a user