From 54c3e271675b016aa0e1c666487172e7ce7c2667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:04:18 +0000 Subject: [PATCH] Update sha-1 requirement from 0.9.7 to 0.10.1 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.1) --- 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(-) mode change 100755 => 100644 voila/Cargo.toml diff --git a/voila/Cargo.toml b/voila/Cargo.toml old mode 100755 new mode 100644 index ef4d031..9e78425 --- a/voila/Cargo.toml +++ b/voila/Cargo.toml @@ -28,7 +28,7 @@ keywords = [ [dependencies] md5 = "0.7.0" sha2 = "0.9.5" -sha-1 = "0.9.7" +sha-1 = "0.10.1" walkdir = "2.3.2" regex = "1.5.4" structopt = "0.3.23"