Skip to content

Commit

Permalink
Bump secp256k1 from 0.28.1 to 0.28.2 (#3869)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 0b29b58 commit 8c1b1ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ed25519 = "2.2.2"
ed25519-dalek = { version = "2.0.0", features = ["serde"] }
ed25519-dalek-bip32 = "0.3.0"
generic-array = "0.14.7"
secp256k1 = { version = "0.28.1", features = ["rand-std"] }
secp256k1 = { version = "0.28.2", features = ["rand-std"] }
strum = { version = "0.25", features = ["derive"] }
tokio-stream = "0.1.14"
once_cell = "1.19.0"
Expand Down

0 comments on commit 8c1b1ff

Please sign in to comment.