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] authored Aug 1, 2024
1 parent 45bddd5 commit ff28e84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy_static = "1.4.0"
prometheus = "0.13.3"
regex = "1.7.1"
reqwest = "0.12"
secp256k1 = { version = "0.28.0", features = ["recovery"] }
secp256k1 = { version = "0.29.0", features = ["recovery"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = { version = "1.0.117", features = ["arbitrary_precision"] }
sqlx = { version = "0.7.1", features = [
Expand Down

0 comments on commit ff28e84

Please sign in to comment.