mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Update deps: aes, cbc
This commit is contained in:
@@ -9,13 +9,13 @@ exclude = [".github", "*.py", "AGENTS.md"]
|
||||
|
||||
[dependencies]
|
||||
adler = { version = "1", optional = true }
|
||||
aes = { version = "0.8", optional = true }
|
||||
aes = { version = "0.9", optional = true }
|
||||
anyhow = "1"
|
||||
base64 = { version = "0.22", optional = true }
|
||||
block_compression = { version = "0.9", optional = true, default-features = false, features = ["bc7"] }
|
||||
byteorder = { version = "1.5", default-features = false, optional = true}
|
||||
bytes = { version = "1.11", optional = true }
|
||||
cbc = { version = "0.1", optional = true }
|
||||
cbc = { version = "0.2", optional = true }
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
crc32fast = { version = "1.5", optional = true }
|
||||
csv = "1.3"
|
||||
|
||||
Reference in New Issue
Block a user