build: bump sha-1 from 0.9.8 to 0.10.0 (#3302)

Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.8...md2-v0.10.0)

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

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]
2021-12-08 10:05:30 +03:00
committed by GitHub
parent 365b295433
commit fd3cbb56de
2 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ which = "4.2.2"
shadow-rs = "0.8.1"
versions = "3.0.3"
strsim = "0.10.0"
sha-1 = "0.9.8"
sha-1 = "0.10.0"
toml_edit = "0.10.1"
process_control = { version = "3.1.0", features = ["crossbeam-channel"] }