Skip to content

Commit d1a2298

Browse files
build(deps): bump aes from 0.8.3 to 0.8.4 (#577)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfd7478 commit d1a2298

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ccm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subtle = { version = "2", default-features = false }
2121

2222
[dev-dependencies]
2323
aead = { version = "0.5", features = ["dev"], default-features = false }
24-
aes = { version = "0.8.2" }
24+
aes = { version = "0.8.4" }
2525
hex-literal = "0.3.4"
2626

2727
[features]

0 commit comments

Comments
 (0)