Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate secp256k1 to 0.29.0 #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2023

This PR contains the following updates:

Package Type Update Change
secp256k1 dependencies minor 0.27.0 -> 0.29.0

Release Notes

rust-bitcoin/rust-secp256k1 (secp256k1)

v0.29.0

Compare Source

  • Deprecate ThirtyTwoByteHash #​686

    This trait turned out to be problematic during upgrade because we support a ranged dependency for
    bitcoin_hashes. Consider implementing From<T> for Message for your type iff your type is a 32
    byte hash (ie, output from a hash algorithm that produces a 32 byte digest like sha256). When
    using the impl, consider using Message::from instead of hash.into() because we will be
    introducing generics in a future version and the compiler will not be able to work out the target
    type.

  • Bump MSRV to Rust v1.56.1 #​693

  • Upgrade hashes using range dependency version = ">= 0.12, <= 0.14" #​690

  • Depend on latest secp256k1-sys (vendors secp256k1 v0.4.1) #​688

v0.28.2

Compare Source

  • Implement Hash for Scalar #​674
  • Implement Ord and PartialOrd for RecoverableSignature #​611
  • Add byte accessors to ElligatorSwiftSharedSecret #​676

v0.28.1

Compare Source

v0.28.0

Compare Source

  • Add bindings to the ElligatorSwift implementation #​627
  • Depend on recent release of bitcoin_hashes v0.13.0 #​621
  • Add a verify function to PublicKey #​618
  • Add serialize function for schnorr::Signature #​607
  • Bump MSRV to 1.48 #​595
  • Remove implementations of PartialEq, Eq, PartialOrd, Ord, and Hash from the
    impl_array_newtype macro. Users will now need to derive these traits if they are wanted.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update rust crate secp256k1 to 0.28.0 chore(deps): update rust crate secp256k1 to 0.28.2 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/secp256k1-0.x branch 2 times, most recently from 7a41e8e to 872fb55 Compare March 19, 2024 05:27
@renovate renovate bot changed the title chore(deps): update rust crate secp256k1 to 0.28.2 chore(deps): update rust crate secp256k1 to 0.29.0 Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants