Skip to content

Commit

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

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

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 Feb 3, 2025
1 parent 61f3ef3 commit 35e19f9
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 6 deletions.
120 changes: 115 additions & 5 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 @@ -65,7 +65,7 @@ test-dependencies = []
bitflags = "2.8"
enum_primitive = "0.1"
ripemd = "0.1"
secp256k1 = "0.29"
secp256k1 = "0.30"
sha-1 = "0.10"
sha2 = "0.10"
tracing = "0.1.39"
Expand Down

0 comments on commit 35e19f9

Please sign in to comment.