Bump sha2 from 0.10.2 to 0.10.5 (#407)

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.5.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.2...sha2-v0.10.5)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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>
This commit is contained in:
dependabot[bot]
2022-10-18 14:29:21 -07:00
committed by GitHub
parent 2294c1cc3a
commit c89cc5acd0
2 changed files with 15 additions and 52 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ clap = { version = "3", features = ["derive"] }
env_logger = "0.9"
lazy_static = "1"
log = "0.4"
sha2 = "0.9"
sha2 = "0.10"
subtle-encoding = "0.5"
termcolor = "1"
x509-parser = "0.12"