Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Update sha-1 requirement from 0.9.7 to 0.10.0
Browse files Browse the repository at this point in the history
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/commits/md2-v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2021
1 parent d471836 commit f0a2174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voila/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ keywords = [
[dependencies]
md5 = "0.7.0"
sha2 = "0.10.0"
sha-1 = "0.9.7"
sha-1 = "0.10.0"
walkdir = "2.3.2"
regex = "1.5.4"
structopt = "0.3.23"
Expand Down

0 comments on commit f0a2174

Please sign in to comment.