diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index a3a808678f..156902a373 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -25,7 +25,7 @@ blake2 = { version = "0.10" } rand = { version = "0.8" } # ECDSA for the off-chain environment. -secp256k1 = { version = "0.22.0", features = ["recovery", "global-context"], optional = true } +secp256k1 = { version = "0.24", features = ["recovery", "global-context"], optional = true } [features] default = ["std"] diff --git a/crates/env/Cargo.toml b/crates/env/Cargo.toml index 8dc34d28ce..f59cb9f579 100644 --- a/crates/env/Cargo.toml +++ b/crates/env/Cargo.toml @@ -40,7 +40,7 @@ sha3 = { version = "0.10", optional = true } blake2 = { version = "0.10", optional = true } # ECDSA for the off-chain environment. -secp256k1 = { version = "0.22.0", features = ["recovery", "global-context"], optional = true } +secp256k1 = { version = "0.24", features = ["recovery", "global-context"], optional = true } # Only used in the off-chain environment. #