Skip to content

Commit

Permalink
RUSTSEC-2021-0076 dependency bump
Browse files Browse the repository at this point in the history
libsecp256k1 allows overflowing signatures

https://rustsec.org/advisories/RUSTSEC-2021-0076
  • Loading branch information
trevor-crypto committed Jul 14, 2021
1 parent 993907f commit fd63828
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 6 deletions.
69 changes: 64 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated", "u64_backen
sha2 = { version = "0.9.2", default-features = false, optional = true }
hex = { version = "0.4", default-features = false, optional = true }
twox-hash = { version = "1.5.0", default-features = false, optional = true }
libsecp256k1 = { version = "0.3.2", default-features = false, features = ["hmac"], optional = true }
libsecp256k1 = { version = "0.5.0", default-features = false, features = ["hmac"], optional = true }
merlin = { version = "2.0", default-features = false, optional = true }

sp-runtime-interface = { version = "4.0.0-dev", default-features = false, path = "../runtime-interface" }
Expand Down

0 comments on commit fd63828

Please sign in to comment.