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"]