Update packages.

This commit is contained in:
theubusu
2025-12-09 20:02:31 +01:00
parent 45feddda8f
commit a8ddeeabed
2 changed files with 14 additions and 13 deletions
+7 -7
View File
@@ -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 = "*"