Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 1afb853

Browse files
Bump libsecp256k1 from 0.6.0 to 0.7.0 (#296)
* Bump libsecp256k1 from 0.6.0 to 0.7.0 Bumps [libsecp256k1](https://github.com/paritytech/libsecp256k1) from 0.6.0 to 0.7.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) --- updated-dependencies: - dependency-name: libsecp256k1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * update sec advisories Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: adoerr <[email protected]>
1 parent ec91dc1 commit 1afb853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/beefy-mmr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "BEEFY + MMR runtime utilities"
99
[dependencies]
1010
hex = { version = "0.4", optional = true }
1111
codec = { version = "2.0.0", package = "parity-scale-codec", default-features = false, features = ["derive"] }
12-
libsecp256k1 = { version = "0.6.0", default-features = false }
12+
libsecp256k1 = { version = "0.7.0", default-features = false }
1313
log = { version = "0.4.13", default-features = false }
1414
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
1515
serde = { version = "1.0.130", optional = true }

0 commit comments

Comments
 (0)