paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
175 stars 84 forks source link

Bump dependencies versions #79

Closed 0xdeafbeef closed 2 years ago

athei commented 2 years ago

This crate exposes rand::Rng in its interface. We should merge this and do a release. It is required to bump rand in substrate: https://github.com/paritytech/substrate/pull/9590

Maybe we should also consider adding dependabot (we can copy the config from substrate).