Skip to content

Commit

Permalink
Bump secp256k1 from 0.28.1 to 0.28.2 (#2087)
Browse files Browse the repository at this point in the history
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.28.1 to 0.28.2.
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.28.1...secp256k1-0.28.2)

---
updated-dependencies:
- dependency-name: secp256k1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 87497e3 commit ff2905b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -61,7 +61,7 @@ scale-decode = { version = "0.10.0", default-features = false }
scale-encode = { version = "0.5.0", default-features = false }
scale-info = { version = "2.6", default-features = false }
schemars = { version = "0.8" }
secp256k1 = { version = "0.28.1" }
secp256k1 = { version = "0.28.2" }
serde = { version = "1.0.196", default-features = false }
serde_json = { version = "1.0.113" }
sha2 = { version = "0.10" }
Expand Down

0 comments on commit ff2905b

Please sign in to comment.