Skip to content

Commit

Permalink
Bump libsecp256k1 from 0.3.5 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [libsecp256k1](https://github.com/paritytech/libsecp256k1) from 0.3.5 to 0.5.0.
- [Release notes](https://github.com/paritytech/libsecp256k1/releases)
- [Changelog](https://github.com/paritytech/libsecp256k1/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/libsecp256k1/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 23, 2021
1 parent 7d8dc4c commit 5613c6c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 37 deletions.
92 changes: 56 additions & 36 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
Expand Up @@ -49,7 +49,7 @@ fnv = { version = "1.0.7", default-features = false }
futures = "0.3.15" # TODO: no-std-ize
hashbrown = { version = "0.11.2", default-features = false, features = ["serde"] } # TODO: remove serde feature
hex = { version = "0.4.3", default-features = false }
libsecp256k1 = { version = "0.3.5", default-features = false }
libsecp256k1 = { version = "0.5.0", default-features = false }
# Reminder: `log` is forbidden
merlin = { version = "3.0", default-features = false }
multihash = "0.11.4" # TODO: waiting for a crates.io publication of https://github.com/multiformats/rust-multihash/pull/82 that adds no_std support
Expand Down

0 comments on commit 5613c6c

Please sign in to comment.