From f0a2174515f76ba07a337d72ab3540f5983b374f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 21:33:55 +0000 Subject: [PATCH] Update sha-1 requirement from 0.9.7 to 0.10.0 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] --- voila/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voila/Cargo.toml b/voila/Cargo.toml index c9e7136..de9aa00 100644 --- a/voila/Cargo.toml +++ b/voila/Cargo.toml @@ -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"