Skip to content

Commit

Permalink
deoxys: bump aes dependency to v0.8 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 30, 2022
1 parent 2396b36 commit bea4236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 deoxys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.56"

[dependencies]
aead = { version = "0.5", default-features = false }
aes = { version = "0.7.5", features=["hazmat"], default-features = false }
aes = { version = "0.8", features = ["hazmat"], default-features = false }
subtle = { version = "2", default-features = false }
zeroize = { version = "1", default-features = false }

Expand Down

0 comments on commit bea4236

Please sign in to comment.