Bump chacha20poly1305 from 0.8.0 to 0.9.0

Bumps [chacha20poly1305](https://github.com/RustCrypto/AEADs) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/RustCrypto/AEADs/releases)
- [Commits](https://github.com/RustCrypto/AEADs/compare/chacha20poly1305-v0.8.0...chacha20poly1305-v0.9.0)

---
updated-dependencies:
- dependency-name: chacha20poly1305
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-30 03:04:15 +00:00
committed by GitHub
parent e32e271389
commit 955fcfd2c4
2 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ sha2 = "0.9.5"
ed25519-dalek = "1.0.1"
x25519-dalek = "1.1.1"
ecies-ed25519 = "0.5.1"
chacha20poly1305 = "0.8.0"
chacha20poly1305 = "0.9.0"
signature = "1.3.1"
blakeout = "0.3.0"
num_cpus = "1.13.0"