chore(deps): bump enr + secp256k1 (#2443)

This commit is contained in:
Matthias Seitz
2023-04-28 20:05:00 +02:00
committed by GitHub
parent eb37bc7b37
commit a40f3d775c
12 changed files with 42 additions and 51 deletions

View File

@ -41,7 +41,7 @@ reth-discv4 = { path = "../../crates/net/discv4" }
built = { version = "0.6", features = ["chrono", "semver"] }
# crypto
secp256k1 = { version = "0.26.0", features = [
secp256k1 = { version = "0.27.0", features = [
"global-context",
"rand-std",
"recovery",