Skip to content

Commit e437c00

Browse files
build(deps): Update libsecp256k1 requirement from 0.5.0 to 0.6.0 (#2151)
Updates the requirements on [libsecp256k1](https://github.com/paritytech/libsecp256k1) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed0c8f7 commit e437c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fnv = "1.0"
1818
futures = { version = "0.3.1", features = ["executor", "thread-pool"] }
1919
futures-timer = "3"
2020
lazy_static = "1.2"
21-
libsecp256k1 = { version = "0.5.0", optional = true }
21+
libsecp256k1 = { version = "0.6.0", optional = true }
2222
log = "0.4"
2323
multiaddr = { version = "0.13.0" }
2424
multihash = { version = "0.14", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }

0 commit comments

Comments
 (0)