Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
chore(deps): update rust crate secp256k1 to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent c21c9fd commit b3974e9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
31 changes: 29 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
lazy_static = "1.4"
primitive-types = "0.12"
rand = "0.8"
secp256k1 = { version = "0.29", features = ["recovery"] }
secp256k1 = { version = "0.30", features = ["recovery"] }
tiny-keccak = { version = "2", features = ["keccak"] }
itertools = "0.13"

Expand Down

0 comments on commit b3974e9

Please sign in to comment.