Skip to content

Commit

Permalink
chore(deps): update rust crate secp256k1 to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 2, 2024
1 parent d5f2ad2 commit 50edbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
serde = "^1.0"
serde_derive = "^1.0"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
secp256k1 = {version = "0.27.0", features = ["recovery"] }
secp256k1 = {version = "0.29.0", features = ["recovery"] }
rlp = "0.5.2"
num-traits = "0.2"
bytes = "^1.4.0"
Expand Down

0 comments on commit 50edbb3

Please sign in to comment.