Skip to content

Commit

Permalink
build(deps): bump aes from 0.8.3 to 0.8.4
Browse files Browse the repository at this point in the history
Bumps [aes](https://github.com/RustCrypto/block-ciphers) from 0.8.3 to 0.8.4.
- [Commits](RustCrypto/block-ciphers@aes-v0.8.3...aes-v0.8.4)

---
updated-dependencies:
- dependency-name: aes
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2024
1 parent bfd7478 commit e65bcd8
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 ccm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ subtle = { version = "2", default-features = false }

[dev-dependencies]
aead = { version = "0.5", features = ["dev"], default-features = false }
aes = { version = "0.8.2" }
aes = { version = "0.8.4" }
hex-literal = "0.3.4"

[features]
Expand Down

0 comments on commit e65bcd8

Please sign in to comment.