diff --git a/Cargo.lock b/Cargo.lock index e7719f2bee..1be491a668 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11074,6 +11074,7 @@ dependencies = [ "ark-serialize 0.5.0", "arrayref", "aurora-engine-modexp", + "aws-lc-rs", "blst", "c-kzg", "cfg-if", diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 5126724a92..4818bdb628 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -83,6 +83,7 @@ std = [ "reth-ethereum-primitives?/std", "reth-primitives-traits?/std", "revm/std", + "revm/p256-aws-lc-rs", "serde/std", "serde_json/std", "sha2/std",