Skip to content

Commit

Permalink
Bump aes-gcm from 0.10.2 to 0.10.3
Browse files Browse the repository at this point in the history
Bumps [aes-gcm](https://github.com/RustCrypto/AEADs) from 0.10.2 to 0.10.3.
- [Commits](RustCrypto/AEADs@aes-gcm-v0.10.2...aes-gcm-v0.10.3)

---
updated-dependencies:
- dependency-name: aes-gcm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 22, 2023
1 parent 423c796 commit 8be6ed6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 crates/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ balloon-hash = "0.4.0"
blake3 = { version = "1.3.3", features = ["traits-preview"] }

# aeads
aes-gcm = "0.10.1"
aes-gcm = "0.10.3"
chacha20poly1305 = "0.10.1"
aead = { version = "0.5.1", features = ["stream"] }

Expand Down

0 comments on commit 8be6ed6

Please sign in to comment.