Unverified Commit b151f57c authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Update sha2 requirement from 0.9 to 0.10 (#1071)

* Update sha2 requirement from 0.9 to 0.10

Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.9.0...sha2-v0.10.0

)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
...

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

* Use `Digest` trait over `FixedOutput`

The `Digest` trait is now a wrapper around `FixedOutput` (among others),
so we only need to keep `Digest` around.

* RustFmt

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarHernando Castano <hernando@hcastano.com>
parent 7e7f5c2b
Pipeline #170240 canceled with stages
in 10 minutes and 44 seconds
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment