From e38a17a71af7e5eb01f2858e8439f14f9475638b Mon Sep 17 00:00:00 2001 From: Karim Date: Fri, 27 Oct 2023 18:10:38 +0100 Subject: [PATCH] Downgrade sha3 version (#917) --- contracts/near/eth-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/near/eth-types/Cargo.toml b/contracts/near/eth-types/Cargo.toml index 83785559..868c2c46 100644 --- a/contracts/near/eth-types/Cargo.toml +++ b/contracts/near/eth-types/Cargo.toml @@ -24,7 +24,7 @@ hex = "0.4.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] serde-big-array = "0.4.1" -sha3 = "0.10.8" +sha3 = "0.10.0" [features] default = ["eth2"]