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

@ -14,13 +14,13 @@ reth-net-common = { path = "../common" }
reth-rlp = { path = "../../rlp" }
# ethereum
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 = ["rust-secp256k1"] }
enr = { version = "0.8.1", default-features = false, features = ["rust-secp256k1"] }
# async/futures
tokio = { version = "1", features = ["io-util", "net", "time"] }