Skip to content

Commit 80c49b8

Browse files
Update Rust crate aes to 0.8.2
1 parent ecf829c commit 80c49b8

File tree

2 files changed

+64
-27
lines changed

2 files changed

+64
-27
lines changed

protocol/Cargo.lock

Lines changed: 63 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ serde = "1.0.152"
99
serde_json = "1.0.91"
1010
hex = "0.4.3"
1111
sha-1 = "0.9.7"
12-
aes = "0.7.4"
12+
aes = "0.8.2"
1313
cfb8 = "0.7.1"
1414
byteorder = "1.4.3"
1515
log = { version = "0.4.17", features = ["std"] }

0 commit comments

Comments
 (0)