Skip to content

Commit

Permalink
build(deps): bump aes from 0.8.1 to 0.8.2 (#487)
Browse files Browse the repository at this point in the history
Bumps [aes](https://github.com/RustCrypto/block-ciphers) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/RustCrypto/block-ciphers/releases)
- [Commits](RustCrypto/block-ciphers@aes-v0.8.1...aes-v0.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2022
1 parent be0d6c2 commit 5eb6d1a
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.1" }
aes = { version = "0.8.2" }
hex-literal = "0.3.4"

[features]
Expand Down

0 comments on commit 5eb6d1a

Please sign in to comment.