Skip to content

Commit

Permalink
Merge pull request #74 from codahale/dependabot/cargo/aes-0.8.4
Browse files Browse the repository at this point in the history
build(deps): bump aes from 0.8.3 to 0.8.4
  • Loading branch information
codahale authored Feb 14, 2024
2 parents 84edd06 + 5b764c1 commit 42f0929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
include = ["src/**/*", "tests/**/*", "LICENSE", "README.md", "design.md", "perf.md"]

[dependencies]
aes = { version = "0.8.3", features = ["hazmat"], optional = true }
aes = { version = "0.8.4", features = ["hazmat"], optional = true }
cmov = "0.3.1"
sha3 = { version = "0.10.8", default-features = false, features = ["asm"] }
zeroize = { version = "1.7.0", features = ["aarch64"], optional = true }
Expand Down

0 comments on commit 42f0929

Please sign in to comment.