cargo: bump sha-1 from 0.9.8 to 0.10.0

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>
This commit is contained in:
dependabot[bot]
2021-12-08 00:15:03 +00:00
committed by GitHub
parent 21e9206a77
commit 764aa71770
2 changed files with 58 additions and 18 deletions

View File

@@ -60,7 +60,7 @@ rustyline = { version = "9.0", optional = true }
sanitize-filename = "0.3"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
sha-1 = "0.9"
sha-1 = "0.10"
sha2 = "0.9"
smallvec = "1"
stop-token = "0.6"