From d4b37ec5e2b1f0e3aad3d51bcad6b4acf4d51f7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:56:40 +0000 Subject: [PATCH] chore(deps): update rust crate sha1 to 0.10.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48d728b10..fa1434de1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -335,7 +335,7 @@ zip = { version = "0.6.3", default_features=false, features=["deflate"] } hex = "0.4.3" md-5 = "0.10.5" -sha1 = "0.10.1" +sha1 = "0.10.5" sha2 = "0.10.2" sha3 = "0.10.6" blake2b_simd = "1.0.1"