From 55071b9ad522186945637176e75a94bd2b8a013c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 19:32:32 +0000 Subject: [PATCH] chore(deps): update rust crate sha3 to 0.10.8 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05b86a986..0762bb5bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1277,9 +1277,9 @@ dependencies = [ [[package]] name = "keccak" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768" +checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" dependencies = [ "cpufeatures", ] @@ -2097,9 +2097,9 @@ dependencies = [ [[package]] name = "sha3" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54c2bb1a323307527314a36bfb73f24febb08ce2b8a554bf4ffd6f51ad15198c" +checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" dependencies = [ "digest", "keccak", diff --git a/Cargo.toml b/Cargo.toml index b27986c1c..ebf3f8ccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -337,7 +337,7 @@ hex = "0.4.3" md-5 = "0.10.5" sha1 = "0.10.5" sha2 = "0.10.6" -sha3 = "0.10.7" +sha3 = "0.10.8" blake2b_simd = "1.0.1" blake3 = "1.3.3" sm3 = "0.4.1"