Skip to content

Commit

Permalink
Update Rust crate aes to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent ecf829c commit da35793
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 27 deletions.
89 changes: 63 additions & 26 deletions protocol/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ serde = "1.0.152"
serde_json = "1.0.91"
hex = "0.4.3"
sha-1 = "0.9.7"
aes = "0.7.4"
aes = "0.8.2"
cfb8 = "0.7.1"
byteorder = "1.4.3"
log = { version = "0.4.17", features = ["std"] }
Expand Down

0 comments on commit da35793

Please sign in to comment.