diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index 3c6e9303784..6fa5c7ca2e0 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.0", features = ["recovery", "global-context"], optional = true } [features] default = ["std"] diff --git a/crates/env/Cargo.toml b/crates/env/Cargo.toml index 19f671cfe75..5047886a7e3 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.0", features = ["recovery", "global-context"], optional = true } # Only used in the off-chain environment. #