mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): bump enr 0.9 (#4230)
This commit is contained in:
@ -16,7 +16,7 @@ reth-rlp.workspace = true
|
||||
|
||||
# ethereum
|
||||
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery", "serde"] }
|
||||
enr = { version = "0.8.1", default-features = false, features = ["rust-secp256k1"] }
|
||||
enr = { workspace = true, default-features = false, features = ["rust-secp256k1"] }
|
||||
|
||||
# async/futures
|
||||
tokio = { workspace = true, features = ["io-util", "net", "time"] }
|
||||
|
||||
Reference in New Issue
Block a user