Skip to content

chore(deps): bump secp256k1 from 0.30.0 to 0.31.1 - #8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/secp256k1-0.31.1
Closed

chore(deps): bump secp256k1 from 0.30.0 to 0.31.1#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/secp256k1-0.31.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps secp256k1 from 0.30.0 to 0.31.1.

Changelog

Sourced from secp256k1's changelog.

0.31.1 - 2025-06-23

  • Update deprecation notes with since instead of TBD.

0.31.0 - 2025-04-21

  • Update rand to 0.9 #788
  • Create keys from owned array values instead of from references #781
  • Add from_u8_masked RecoveryId constructor #778
  • Update upstream to 0cdc758a56360bf58a851fe91085a327ec97685a (secp256k1-sys 0.6) #764
  • Add Keypair::sign_schnorr_no_aux_rand #762
  • Replace Message with Into<Message> in ECDSA signing API #755
  • Deprecate ElligatorSwiftParty in favor of Party #752
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.30.0 to 0.31.1.
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.30.0...secp256k1-0.31.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2026
@satyakwok

Copy link
Copy Markdown
Member

Superseded by #14 (Cluster B major bumps with manual API migration).

@satyakwok satyakwok closed this May 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/secp256k1-0.31.1 branch May 12, 2026 03:58
satyakwok added a commit that referenced this pull request May 12, 2026
secp256k1 0.31 deprecated SecretKey::from_slice (now from_byte_array
on a fixed [u8; 32]) and Message::from_digest_slice (now from_digest
on a [u8; 32]). sign_ecdsa now takes msg by value (impl Into<Message>)
instead of by reference.

Wallet round-trip (well_known_metamask_test_key_derives_correct_address)
still passes — derived address matches MetaMask's canonical test key.

Supersedes #8 (secp256k1) and #12 (sha2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant