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

@ -19,13 +19,13 @@ reth-net-nat = { path = "../nat" }
# ethereum
discv5 = { git = "https://github.com/sigp/discv5" }
secp256k1 = { version = "0.26.0", features = [
secp256k1 = { version = "0.27.0", features = [
"global-context",
"rand-std",
"recovery",
"serde"
] }
enr = { version = "0.8.0", default-features = false, features = [
enr = { version = "0.8.1", default-features = false, features = [
"rust-secp256k1",
] }