From a6883bb46d3b069e40a08c210b3188ef34f1fdeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 15:10:19 +0000 Subject: [PATCH] Update libsecp256k1 requirement from 0.6.0 to 0.7.0 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 859b163..58fb7ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ secp256k1 = { version = "0.20", optional = true, features = ["recovery"] } serde = { version = "1.0", features = ["derive"]} # Libraries for for pure-rust crypto -libsecp256k1 = { package="libsecp256k1", version = "0.6.0", optional = true } +libsecp256k1 = { package="libsecp256k1", version = "0.7.0", optional = true } ethsign-crypto = { version = "0.2.1", path = "./ethsign-crypto", optional = true } [dev-dependencies]