Browse Source

Update aes-gcm requirement from 0.9 to 0.10 (#25)

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](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.9.0...aes-gcm-v0.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/40/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
9a3c117cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -35,7 +35,7 @@ codegen-units = 1 @@ -35,7 +35,7 @@ codegen-units = 1
panic = 'abort'
[dependencies]
aes-gcm = "0.9"
aes-gcm = "0.10"
anyhow = "1.0"
argon2 = "0.3"
base64 = "0.13"

Loading…
Cancel
Save