Skip to content

Commit

Permalink
Bump secp256k1 (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
athei committed Aug 4, 2022
1 parent 19d47de commit c4c0283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion crates/env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit c4c0283

Please sign in to comment.