chore(deps): upgrade secp256k1+enr (#1715)

This commit is contained in:
Matthias Seitz
2023-03-15 11:15:55 +01:00
committed by GitHub
parent 91f26f455f
commit 15d79cedad
15 changed files with 361 additions and 180 deletions

View File

@ -14,12 +14,13 @@ reth-net-common = { path = "../common" }
reth-rlp = { path = "../../rlp" }
# ethereum
secp256k1 = { version = "0.24", features = [
secp256k1 = { version = "0.26.0", features = [
"global-context",
"rand-std",
"recovery",
"serde"
] }
enr = { version = "0.7.0", default-features = false, features = ["rust-secp256k1"] }
enr = { version = "0.8.0", default-features = false, features = ["rust-secp256k1"] }
# async/futures
tokio = { version = "1", features = ["io-util", "net", "time"] }