From 692af0957dbd9433f5a83401a8ba24da95b49b2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 23:07:14 +0000 Subject: [PATCH] chore(deps): update rust crate sha3 to 0.10.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fbba8f987d..db4e2035ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2080,9 +2080,9 @@ dependencies = [ [[package]] name = "sha3" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9" +checksum = "54c2bb1a323307527314a36bfb73f24febb08ce2b8a554bf4ffd6f51ad15198c" dependencies = [ "digest", "keccak", diff --git a/Cargo.toml b/Cargo.toml index 5b6b71edf90..98c899b98f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -335,7 +335,7 @@ hex = "0.4.3" md-5 = "0.10.5" sha1 = "0.10.5" sha2 = "0.10.6" -sha3 = "0.10.6" +sha3 = "0.10.7" blake2b_simd = "1.0.1" blake3 = "1.3.3" sm3 = "0.4.1"