Skip to content

Commit

Permalink
build(deps): bump aes from 0.8.3 to 0.8.4 (#651)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent 376c6c0 commit 11228bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["cryptography"]
[dependencies]
# Need the `std` feature for Error type conversion
aead = { version = "^0.5.2", features = ["std"] }
aes = "^0.8.3"
aes = "^0.8.4"
aes-gcm = "^0.10.3"
aes-gcm-siv = "^0.11.1"
chacha20poly1305 = "^0.10"
Expand Down
2 changes: 1 addition & 1 deletion prf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["cryptography", "tink", "prf"]
categories = ["cryptography"]

[dependencies]
aes = "^0.8.3"
aes = "^0.8.4"
cmac = "^0.7.2"
digest = "^0.10.7"
hkdf = "^0.12.4"
Expand Down
2 changes: 1 addition & 1 deletion streaming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["cryptography", "tink", "streaming-aead"]
categories = ["cryptography"]

[dependencies]
aes = "^0.8.3"
aes = "^0.8.4"
# Need the `std` feature for Error type conversion
aes-gcm = { version = "^0.10.3", features = ["std"] }
ctr = "^0.9.2"
Expand Down

0 comments on commit 11228bd

Please sign in to comment.