mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): upgrade secp256k1+enr (#1715)
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user