Skip to content

Commit 5145d7d

Browse files
Update secp256k1 requirement from 0.21 to 0.26
Updates the requirements on [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) to permit the latest version. - [Release notes](https://github.com/rust-bitcoin/rust-secp256k1/releases) - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-secp256k1/commits/secp256k1-0.26.0) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5717ea4 commit 5145d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethcontract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ hex = "0.4"
4040
jsonrpc-core = "18.0"
4141
lazy_static = "1.4"
4242
primitive-types = { version = "0.10", features = ["fp-conversion"] }
43-
secp256k1 = { version = "0.21", features = ["recovery"] }
43+
secp256k1 = { version = "0.26", features = ["recovery"] }
4444
serde = { version = "1.0", features = ["derive"] }
4545
serde_json = "1.0"
4646
thiserror = "1.0"

0 commit comments

Comments
 (0)