Update sha-1 requirement from 0.9 to 0.10

Updates the requirements on [sha-1](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...md2-v0.10.0)

---
updated-dependencies:
- dependency-name: sha-1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/253/head
dependabot[bot] 3 years ago committed by GitHub
parent 68541e4095
commit 63acf8e9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

@ -32,7 +32,7 @@ http = "0.2"
httparse = "1.3.4"
log = "0.4.8"
rand = "0.8.0"
sha-1 = "0.9"
sha-1 = "0.10"
thiserror = "1.0.23"
url = "2.1.0"
utf-8 = "0.7.5"

Loading…
Cancel
Save