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

@ -22,7 +22,7 @@ parity-scale-codec = { version = "3.2.1", features = ["bytes"] }
futures = "0.3.25"
tokio-stream = "0.1.11"
rand = "0.8.5"
secp256k1 = { version = "0.24.2", default-features = false, features = [
secp256k1 = { version = "0.26.0", default-features = false, features = [
"alloc",
"recovery",
"rand",
@ -59,7 +59,7 @@ tokio = { version = "1.21.2", features = ["full"] }
reth-db = { path = ".", features = ["test-utils", "bench"] }
# needed for test-fuzz to work properly, see https://github.com/paradigmxyz/reth/pull/177#discussion_r1021172198
secp256k1 = "0.24.2"
secp256k1 = "0.26.0"
async-trait = "0.1.58"