From bb939a3ba17eb9d8e0d5c190d8b3e69072083b8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 05:25:50 +0000 Subject: [PATCH] chore(deps): update rust crate sha2 to 0.10.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6690c8fe2..ec76ae61e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -334,7 +334,7 @@ zip = { version = "0.6.3", default_features=false, features=["deflate"] } hex = "0.4.3" md-5 = "0.10.5" sha1 = "0.10.5" -sha2 = "0.10.2" +sha2 = "0.10.6" sha3 = "0.10.6" blake2b_simd = "1.0.1" blake3 = "1.3.3"