diff --git a/crates/env/Cargo.toml b/crates/env/Cargo.toml index 5f2e3763..998799a4 100644 --- a/crates/env/Cargo.toml +++ b/crates/env/Cargo.toml @@ -30,7 +30,7 @@ static_assertions = "1.1" # Hashes for the off-chain environment. sha2 = { version = "0.9", optional = true } -sha3 = { version = "0.9", optional = true } +sha3 = { version = "0.10", optional = true } blake2 = { version = "0.9", optional = true } # Only used in the off-chain environment.