Skip to content

Commit

Permalink
⬆️ 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] authored Feb 16, 2024
1 parent a1095e1 commit 14d2749
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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["pna", "archive", "crypto", "data"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aes = "0.8.3"
aes = "0.8.4"
argon2 = { version = "0.5.3", features = ["std"] }
camellia = "0.1.0"
cbc = { version = "0.1.2", features = ["std"] }
Expand Down

0 comments on commit 14d2749

Please sign in to comment.