From d6595c9b5380012dbd7d92d5e6111ab695f2f014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 02:17:08 +0000 Subject: [PATCH] build(deps): update sha2 requirement from 0.9.3 to 0.10.6 Updates the requirements on [sha2](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/sha2-v0.10.6) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 218c2e3..7899ac3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ select = "0.5.0" regex = "1.4.3" blake2 = "0.9.1" sha-1 = "0.9.3" -sha2 = "0.9.3" +sha2 = "0.10.6" md-5 = "0.9.1" tempfile = "3.2.0" shellexpand = "2.1"