Skip to content

Commit

Permalink
Update aes-gcm requirement from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [aes-gcm](https://github.com/RustCrypto/AEADs) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/AEADs/releases)
- [Commits](RustCrypto/AEADs@aes-gcm-v0.8.0...aes-gcm-v0.9.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2021
1 parent 0a27010 commit 4320074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sha2 = "0.9.2"
openssl = {version = "0.10.32", optional = true}

# pure rust aes
aes-gcm = {version = "0.8.0", optional = true}
aes-gcm = {version = "0.9.0", optional = true}
typenum = {version = "1.12.0", optional = true}

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 4320074

Please sign in to comment.