diff --git a/parity-crypto/Cargo.toml b/parity-crypto/Cargo.toml index 97bfe1581..6a2f1a1fb 100644 --- a/parity-crypto/Cargo.toml +++ b/parity-crypto/Cargo.toml @@ -26,7 +26,7 @@ rand = "0.7.3" ripemd160 = "0.9.1" rustc-hex = { version = "2.1.0", default-features = false, optional = true } scrypt = { version = "0.5.0" } -secp256k1 = { version = "0.19.0", optional = true, features = ["global-context", "recovery", "rand-std"] } +secp256k1 = { version = "0.20.0", optional = true, features = ["global-context", "recovery", "rand-std"] } sha2 = "0.9.2" subtle = "2.4.0" tiny-keccak = { version = "2.0.2", features = ["keccak"] }